Skip to content

Commit 3519037

Browse files
committed
XFAIL RxTest for more configurations
This also seems to be failing for debug mode, and for the iOS and tvOS platforms. SR-14655
1 parent 2999e37 commit 3519037

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

projects.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2543,8 +2543,7 @@
25432543
{
25442544
"issue": "https://bugs.swift.org/browse/SR-14655;rdar://81276100",
25452545
"compatibility": ["5.1"],
2546-
"branch": ["main", "release/5.5"],
2547-
"configuration": "release"
2546+
"branch": ["main", "release/5.5"]
25482547
}
25492548
]
25502549
},
@@ -2553,14 +2552,28 @@
25532552
"workspace": "Rx.xcworkspace",
25542553
"scheme": "RxTest",
25552554
"destination": "generic/platform=iOS",
2556-
"configuration": "Release"
2555+
"configuration": "Release",
2556+
"xfail": [
2557+
{
2558+
"issue": "https://bugs.swift.org/browse/SR-14655;rdar://81276100",
2559+
"compatibility": ["5.1"],
2560+
"branch": ["main", "release/5.5"]
2561+
}
2562+
]
25572563
},
25582564
{
25592565
"action": "BuildXcodeWorkspaceScheme",
25602566
"workspace": "Rx.xcworkspace",
25612567
"scheme": "RxTest",
25622568
"destination": "generic/platform=tvOS",
2563-
"configuration": "Release"
2569+
"configuration": "Release",
2570+
"xfail": [
2571+
{
2572+
"issue": "https://bugs.swift.org/browse/SR-14655;rdar://81276100",
2573+
"compatibility": ["5.1"],
2574+
"branch": ["main", "release/5.5"]
2575+
}
2576+
]
25642577
}
25652578
]
25662579
},

0 commit comments

Comments
 (0)