Skip to content

Commit 070328f

Browse files
authored
Temporary disable testXcodeBuildSystemWithAdditionalBuildFlags (#4125)
This seems to be failing in CI on Apple Silicon because we can't build universal with the inferior toolchain there. On the one hand, that seems fair enough and most of our XCBuild tests are not part of the main test suite but they are in integration tests. On the other hand, there's `testXcodeBuildSystemOverrides` which should be hitting the same issue and it is present since last year. So I am disabling the test here to get more signal on whether this is a problem with the new test somehow or a new issue outside of SwiftPM / this particular test.
1 parent ff6daf7 commit 070328f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/CommandsTests/BuildToolTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,8 @@ final class BuildToolTests: CommandsTestCase {
314314
}
315315

316316
func testXcodeBuildSystemWithAdditionalBuildFlags() throws {
317+
try XCTSkipIf(true, "Disabled for now because it is hitting 'IR generation failure: Cannot read legacy layout file' in CI (rdar://88828632)")
318+
317319
#if !os(macOS)
318320
try XCTSkipIf(true, "test requires `xcbuild` and is therefore only supported on macOS")
319321
#endif

0 commit comments

Comments
 (0)