Skip to content

Commit 3e9c93c

Browse files
committed
Disable DbfsIT integration tests (DBFS disabled on test workspace)
Signed-off-by: Hector Castejon Diaz <hector.castejon@databricks.com>
1 parent bab7aa4 commit 3e9c93c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

NEXT_CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@
1414

1515
### Internal Changes
1616

17+
* Disable `DbfsIT` integration tests; legacy DBFS root is disabled on the test workspace (DBFS deprecation).
18+
1719
### API Changes

databricks-sdk-java/src/test/java/com/databricks/sdk/integration/DbfsIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@
1616
import java.util.HashSet;
1717
import java.util.Set;
1818
import java.util.UUID;
19+
import org.junit.jupiter.api.Disabled;
1920
import org.junit.jupiter.api.Test;
2021
import org.junit.jupiter.api.extension.ExtendWith;
2122

2223
@EnvContext("workspace")
2324
@ExtendWith(EnvTest.class)
25+
@Disabled("Legacy DBFS is disabled on the test workspace (DBFS deprecation)")
2426
public class DbfsIT {
2527
// An integration test for DbfsExt which writes a file of 10 KiB to DBFS, reads the written file
2628
// back, and ensures that the contents of the file are the same as what was written out.

0 commit comments

Comments
 (0)