Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit c0e9439

Browse files
authored
Update DatabricksJobMetricsJobTests.cs (#144)
1 parent 5d6f506 commit c0e9439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arcus.BackgroundJobs.Tests.Integration/Databricks/DatabricksJobMetricsJobTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public DatabricksJobMetricsJobTests(ITestOutputHelper outputWriter)
3030
_config = TestConfig.Create();
3131
}
3232

33-
[Fact]
33+
[Fact(Skip = "Azure Databricks not initialized")]
3434
public async Task FinishedDatabricksJobRun_GetsNoticedByRepeatedlyDatabricksJob_ReportsAsMetric()
3535
{
3636
// Arrange

0 commit comments

Comments
 (0)