Skip to content

Commit

Permalink
[Spark] Disable flaky DeltaLogSuite unit test that relies on filesyst…
Browse files Browse the repository at this point in the history
…em behavior (#2761)

#### Which Delta project/connector is this regarding?
- [x] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)

## Description
Mark the flaky `"DeltaLog should throw exception when unable to create
log directory with silent filesystem failure"` DeltaLogSuite test as
ignored.

## How was this patch tested?
N/A. CI tests.

## Does this PR introduce _any_ user-facing changes?
No
  • Loading branch information
jiateoh authored Mar 19, 2024
1 parent d8d751a commit a2691fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ class DeltaLogSuite extends QueryTest
}
}

test("DeltaLog should throw exception when unable to create log directory " +
ignore("DeltaLog should throw exception when unable to create log directory " +
"with silent filesystem failure") {
withTempDir { dir =>
val path = dir.getCanonicalPath
Expand Down

0 comments on commit a2691fb

Please sign in to comment.