Skip to content

Commit db1e31e

Browse files
xedingrynspan
andauthored
[6.0.0] Disable part of a test that fails with Swift Testing in the too… (#7914)
…lchain. (#7901) (cherry picked from commit 5b6542d) **Explanation:** Disables a non-critical bit of a test that's now failing in CI due to the addition of Swift Testing. **Scope:** Bug fix in unit test. **Issue:** N/A **Original PR:** #7885 **Risk:** Low **Testing:** Self-testing. **Reviewer:** @MaxDesiatov @bnbarham @rintaro Co-authored-by: Jonathan Grynspan <[email protected]>
1 parent 356ca27 commit db1e31e

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)