From f88774be9909f856d1abc4c2e490f57769c98ec6 Mon Sep 17 00:00:00 2001 From: Holly Borla Date: Thu, 12 Aug 2021 12:29:06 -0700 Subject: [PATCH] XFAIL swift-distributed-tracing --- projects.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/projects.json b/projects.json index 320459cb..3c3ec051 100755 --- a/projects.json +++ b/projects.json @@ -3533,7 +3533,14 @@ { "action": "BuildSwiftPackage", "configuration": "release", - "tags": "sourcekit-disabled swiftpm" + "tags": "sourcekit-disabled swiftpm", + "xfail": [ + { + "issue": "https://bugs.swift.org/browse/SR-15060", + "compatibility": ["5.0", "5.2"], + "branch": ["main"] + } + ] }, { "action": "TestSwiftPackage"