From 33c71f9a35070a7d379d5a036b8fb07a8d035671 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Thu, 24 Apr 2025 12:35:00 +0100 Subject: [PATCH] Skip failing test in `TestCommandTests.swift` rdar://149936169 --- Tests/CommandsTests/TestCommandTests.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/CommandsTests/TestCommandTests.swift b/Tests/CommandsTests/TestCommandTests.swift index e4e79a69b61..436839d9fef 100644 --- a/Tests/CommandsTests/TestCommandTests.swift +++ b/Tests/CommandsTests/TestCommandTests.swift @@ -577,6 +577,7 @@ class TestCommandTestCase: CommandsBuildProviderTestCase { } func testFatalErrorDisplayedCorrectNumberOfTimesWhenSingleXCTestHasFatalErrorInBuildCompilation() async throws { + try XCTSkipIfCI() // Test for GitHub Issue #6605 // GIVEN we have a Swift Package that has a fatalError building the tests let expected = 1