Skip to content

Commit f873b93

Browse files
committed
XFail PromiseKit due to https://bugs.swift.org/browse/SR-8781
1 parent fc981a3 commit f873b93

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
@@ -1581,7 +1581,17 @@
15811581
"project": "PromiseKit.xcodeproj",
15821582
"target": "PromiseKit",
15831583
"destination": "generic/platform=watchOS",
1584-
"configuration": "Release"
1584+
"configuration": "Release",
1585+
"xfail": {
1586+
"compatibility": {
1587+
"4.0.3": {
1588+
"branch": {
1589+
"master": "https://bugs.swift.org/browse/SR-8781",
1590+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8781"
1591+
}
1592+
}
1593+
}
1594+
}
15851595
},
15861596
{
15871597
"action": "BuildXcodeProjectTarget",

0 commit comments

Comments
 (0)