Skip to content

Commit 86038a2

Browse files
authored
Merge pull request swiftlang#73 from xedin/xfail-asyncninja
XFAIL AsyncNinja
2 parents 16bbc35 + bb3d3a9 commit 86038a2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Diff for: projects.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,16 @@
109109
"project": "AsyncNinja.xcodeproj",
110110
"scheme": "AsyncNinja",
111111
"destination": "generic/platform=iOS",
112-
"configuration": "Release"
112+
"configuration": "Release",
113+
"xfail": {
114+
"compatibility": {
115+
"3.1": {
116+
"branch": {
117+
"master": "https://bugs.swift.org/browse/SR-5998"
118+
}
119+
}
120+
}
121+
}
113122
},
114123
{
115124
"action": "TestXcodeProjectScheme",

0 commit comments

Comments
 (0)