Skip to content

Commit d066e8f

Browse files
committed
XFAIL Kitura on master and 4.1
1 parent c8b9dc1 commit d066e8f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

projects.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,17 @@
850850
"actions": [
851851
{
852852
"action": "BuildSwiftPackage",
853-
"configuration": "release"
853+
"configuration": "release",
854+
"xfail": {
855+
"compatibility": {
856+
"4.0": {
857+
"branch": {
858+
"master": "https://bugs.swift.org/browse/SR-6539",
859+
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6539"
860+
}
861+
}
862+
}
863+
}
854864
}
855865
]
856866
},

0 commit comments

Comments
 (0)