Skip to content

Commit 6dc866f

Browse files
author
Max Moiseev
committed
Marking Intents overlay test UNSUPPORTED for macOS
1 parent ff45b5a commit 6dc866f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/1_stdlib/Intents.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
// UNSUPPORTED: OS=watchos
66
// UNSUPPORTED: OS=tvos
77

8-
// XFAIL: OS=macosx
8+
// FIXME: due to the lack of availability attributes in the SDK this test does
9+
// not fail on macOS Sierra, but does fail on El Capitan. Marking macOS
10+
// as unsupported for now.
11+
// UNSUPPORTED: OS=macosx
912

1013
import Intents
1114
import StdlibUnittest

0 commit comments

Comments
 (0)