Skip to content

Commit 5215da6

Browse files
committed
[xfail] swift-numerics
To unblock PR source-compat testing. rdar://96437311
1 parent d8b2f2a commit 5215da6

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
@@ -3408,7 +3408,15 @@
34083408
{
34093409
"action": "BuildSwiftPackage",
34103410
"configuration": "release",
3411-
"tags": "swiftpm"
3411+
"tags": "swiftpm",
3412+
"xfail": [
3413+
{
3414+
"issue": "rdar://96437311",
3415+
"compatibility": "5.0",
3416+
"branch": ["main"],
3417+
"job": ["source-compat"]
3418+
}
3419+
]
34123420
},
34133421
{
34143422
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)