We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pathOpen
WASITests
1 parent 10202f2 commit 243a007Copy full SHA for 243a007
Tests/WASITests/WASITests.swift
@@ -5,7 +5,7 @@ import Testing
5
@Suite
6
struct WASITests {
7
#if !os(Windows)
8
- @Test
+ @Test(.disabled("XFAILED regression on Android with different error value thrown for `link-secret-dir-b/secret-c.txt`", platforms: [.android]))
9
func pathOpen() throws {
10
let t = try TestSupport.TemporaryDirectory()
11
0 commit comments