Skip to content

Commit f20c542

Browse files
authored
Merge pull request #929 from bnbarham/xfail-pennybot
Temporarily disable penny-bot while we investigate the failure
2 parents a8d7f90 + 5505952 commit f20c542

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

projects.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4763,10 +4763,24 @@
47634763
"action": "BuildSwiftPackage",
47644764
"configuration": "release",
47654765
"build_tests": "true",
4766-
"tags": "swiftpm"
4766+
"tags": "swiftpm",
4767+
"xfail": [
4768+
{
4769+
"issue": "rdar://128175704",
4770+
"branch": ["main"],
4771+
"job": ["source-compat"]
4772+
}
4773+
]
47674774
},
47684775
{
4769-
"action": "TestSwiftPackage"
4776+
"action": "TestSwiftPackage",
4777+
"xfail": [
4778+
{
4779+
"issue": "rdar://128175704",
4780+
"branch": ["main"],
4781+
"job": ["source-compat"]
4782+
}
4783+
]
47704784
}
47714785
]
47724786
},{

0 commit comments

Comments
 (0)