Skip to content

Commit 387c4e0

Browse files
authored
Skip failing test in TestCommandTests.swift (#8553)
rdar://149936169 This test is currently failing on CI (https://ci.swift.org/job/oss-swift-package-amazon-linux-2-aarch64/4188) and blocks toolchain builds for swift.org.
1 parent 6973cf5 commit 387c4e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/CommandsTests/TestCommandTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ class TestCommandTestCase: CommandsBuildProviderTestCase {
577577
}
578578

579579
func testFatalErrorDisplayedCorrectNumberOfTimesWhenSingleXCTestHasFatalErrorInBuildCompilation() async throws {
580+
try XCTSkipIfCI()
580581
// Test for GitHub Issue #6605
581582
// GIVEN we have a Swift Package that has a fatalError building the tests
582583
let expected = 1

0 commit comments

Comments
 (0)