Skip to content

Commit 3bb9e65

Browse files
committed
XFAIL ACHNBrowserUI & MovieSwift
SR-15116
1 parent 2a6487f commit 3bb9e65

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
@@ -21,7 +21,14 @@
2121
"target": "ACHNBrowserUI",
2222
"destination": "generic/platform=iOS",
2323
"configuration": "Release",
24-
"tags": "sourcekit sourcekit-smoke"
24+
"tags": "sourcekit sourcekit-smoke",
25+
"xfail": [
26+
{
27+
"issue": "https://bugs.swift.org/browse/SR-15116",
28+
"compatibility": ["5.1"],
29+
"branch": ["main", "release/5.5"]
30+
}
31+
]
2532
}
2633
]
2734
},
@@ -1650,7 +1657,14 @@
16501657
"target": "MovieSwift",
16511658
"destination": "generic/platform=iOS",
16521659
"configuration": "Release",
1653-
"tags": "sourcekit sourcekit-smoke"
1660+
"tags": "sourcekit sourcekit-smoke",
1661+
"xfail": [
1662+
{
1663+
"issue": "https://bugs.swift.org/browse/SR-15116",
1664+
"compatibility": ["5.1"],
1665+
"branch": ["main", "release/5.5"]
1666+
}
1667+
]
16541668
}
16551669
]
16561670
},

0 commit comments

Comments
 (0)