Skip to content

Commit 12b6f71

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request #486 from apple/xfail-swift-futures
Xfail swift-futures
2 parents 8750d6b + 59acd37 commit 12b6f71

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

projects.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2919,7 +2919,12 @@
29192919
{
29202920
"action": "BuildSwiftPackage",
29212921
"configuration": "release",
2922-
"tags": "sourcekit-disabled swiftpm"
2922+
"tags": "sourcekit-disabled swiftpm",
2923+
"xfail": {
2924+
"issue": "https://bugs.swift.org/browse/SR-14090",
2925+
"compatibility": ["5.0", "5.1"],
2926+
"branch": ["main"]
2927+
}
29232928
},
29242929
{
29252930
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)