Skip to content

Commit a61f0e1

Browse files
authored
Merge pull request swiftlang#231 from xedin/xfail-swift-nio
XFAIL SwiftNIO project for 4.2 - https://bugs.swift.org/browse/SR-8403
2 parents e82e50d + 80ca6a6 commit a61f0e1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

projects.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2342,7 +2342,16 @@
23422342
"actions": [
23432343
{
23442344
"action": "BuildSwiftPackage",
2345-
"configuration": "release"
2345+
"configuration": "release",
2346+
"xfail": {
2347+
"compatibility": {
2348+
"4.2": {
2349+
"branch": {
2350+
"master": "https://bugs.swift.org/browse/SR-8403"
2351+
}
2352+
}
2353+
}
2354+
}
23462355
},
23472356
{
23482357
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)