Skip to content

Commit 243a007

Browse files
authored
Disable pathOpen test case for Android in WASITests
For some reason `link-secret-dir-b/secret-c.txt` started throwing `.ELOOP` instead of `.ENOTDIR` in https://github.com/swiftwasm/WasmKit/actions/runs/18847983546/job/53777014067
1 parent 10202f2 commit 243a007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/WASITests/WASITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Testing
55
@Suite
66
struct WASITests {
77
#if !os(Windows)
8-
@Test
8+
@Test(.disabled("XFAILED regression on Android with different error value thrown for `link-secret-dir-b/secret-c.txt`", platforms: [.android]))
99
func pathOpen() throws {
1010
let t = try TestSupport.TemporaryDirectory()
1111

0 commit comments

Comments
 (0)