We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd104e5 commit 53aa78eCopy full SHA for 53aa78e
projects.json
@@ -2486,7 +2486,15 @@
2486
"scheme": "RxTest",
2487
"destination": "platform=macOS",
2488
"configuration": "Release",
2489
- "tags": "sourcekit-disabled"
+ "tags": "sourcekit-disabled",
2490
+ "xfail": [
2491
+ {
2492
+ "issue": "https://bugs.swift.org/browse/SR-14655",
2493
+ "compatibility": ["5.1"],
2494
+ "branch": ["main"],
2495
+ "configuration": "release"
2496
+ }
2497
+ ]
2498
},
2499
{
2500
"action": "BuildXcodeWorkspaceScheme",
0 commit comments