Skip to content

Commit ef37822

Browse files
authored
Merge pull request #571 from hborla/disable-swift-distributed-tracing
XFAIL swift-distributed-tracing
2 parents 2a55767 + f88774b commit ef37822

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

projects.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3533,7 +3533,14 @@
35333533
{
35343534
"action": "BuildSwiftPackage",
35353535
"configuration": "release",
3536-
"tags": "sourcekit-disabled swiftpm"
3536+
"tags": "sourcekit-disabled swiftpm",
3537+
"xfail": [
3538+
{
3539+
"issue": "https://bugs.swift.org/browse/SR-15060",
3540+
"compatibility": ["5.0", "5.2"],
3541+
"branch": ["main"]
3542+
}
3543+
]
35373544
},
35383545
{
35393546
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)