Skip to content

Commit 32af8ae

Browse files
authored
Merge pull request #460 from nathawes/xfail-siest-and-siesta-legacy
Xfail siesta and siesta-legacy
2 parents 380ab21 + 82fadd3 commit 32af8ae

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

projects.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3419,7 +3419,12 @@
34193419
"project": "Siesta.xcodeproj",
34203420
"target": "SiestaUI iOS",
34213421
"destination": "generic/platform=iOS",
3422-
"configuration": "Release"
3422+
"configuration": "Release",
3423+
"xfail": {
3424+
"issue": "https://bugs.swift.org/browse/SR-13623",
3425+
"compatibility": "4.0",
3426+
"branch": "main"
3427+
}
34233428
},
34243429
{
34253430
"action": "BuildXcodeProjectTarget",
@@ -3467,7 +3472,12 @@
34673472
"project": "Siesta.xcodeproj",
34683473
"target": "SiestaUI iOS",
34693474
"destination": "generic/platform=iOS",
3470-
"configuration": "Release"
3475+
"configuration": "Release",
3476+
"xfail": {
3477+
"issue": "https://bugs.swift.org/browse/SR-13623",
3478+
"compatibility": "5.1",
3479+
"branch": "main"
3480+
}
34713481
},
34723482
{
34733483
"action": "BuildXcodeProjectTarget",

0 commit comments

Comments
 (0)