Skip to content

Commit ae7dfcb

Browse files
authored
Merge pull request #542 from apple/blangmuir/xfail-rxtest
XFAIL RxTest for SR-14655
2 parents 7efe842 + 53aa78e commit ae7dfcb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

projects.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2526,7 +2526,15 @@
25262526
"scheme": "RxTest",
25272527
"destination": "platform=macOS",
25282528
"configuration": "Release",
2529-
"tags": "sourcekit-disabled"
2529+
"tags": "sourcekit-disabled",
2530+
"xfail": [
2531+
{
2532+
"issue": "https://bugs.swift.org/browse/SR-14655",
2533+
"compatibility": ["5.1"],
2534+
"branch": ["main"],
2535+
"configuration": "release"
2536+
}
2537+
]
25302538
},
25312539
{
25322540
"action": "BuildXcodeWorkspaceScheme",

0 commit comments

Comments
 (0)