Skip to content

Commit ae01b83

Browse files
author
Clack Cole
committed
Add xfail to fluent for SR-8332
1 parent 948fa88 commit ae01b83

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
@@ -715,7 +715,16 @@
715715
"actions": [
716716
{
717717
"action": "BuildSwiftPackage",
718-
"configuration": "release"
718+
"configuration": "release",
719+
"xfail": {
720+
"compatibility": {
721+
"4.2": {
722+
"branch": {
723+
"master": "https://bugs.swift.org/browse/SR-8332"
724+
}
725+
}
726+
}
727+
}
719728
}
720729
]
721730
},

0 commit comments

Comments
 (0)