We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TestCommandTests.swift
1 parent 6973cf5 commit 387c4e0Copy full SHA for 387c4e0
Tests/CommandsTests/TestCommandTests.swift
@@ -577,6 +577,7 @@ class TestCommandTestCase: CommandsBuildProviderTestCase {
577
}
578
579
func testFatalErrorDisplayedCorrectNumberOfTimesWhenSingleXCTestHasFatalErrorInBuildCompilation() async throws {
580
+ try XCTSkipIfCI()
581
// Test for GitHub Issue #6605
582
// GIVEN we have a Swift Package that has a fatalError building the tests
583
let expected = 1
0 commit comments