Skip to content

Commit 5b6542d

Browse files
authored
[6.0] Disable part of a test that fails with Swift Testing in the toolchain. (#7901)
1 parent 708f50b commit 5b6542d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/CommandsTests/TestCommandTests.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ final class TestCommandTests: CommandsTestCase {
140140
let xUnitOutput = fixturePath.appending("result.xml")
141141
// Run tests in parallel with verbose output.
142142
let stdout = try await SwiftPM.Test.execute(["--parallel", "--verbose", "--xunit-output", xUnitOutput.pathString], packagePath: fixturePath).stdout
143-
// in "swift test" test output goes to stdout
144-
XCTAssertNoMatch(stdout, .contains("passed"))
145-
XCTAssertNoMatch(stdout, .contains("failed"))
146143

147144
// Check the xUnit output.
148145
XCTAssertFileExists(xUnitOutput)

0 commit comments

Comments
 (0)