Skip to content

Commit 5f85bff

Browse files
authored
Adjust testURLBasedPluginAPI logging checks (#7205)
It seems like there's some flakiness with these log statements on Linux, but since they're not material for the test (which mostly wants to test that the build succeeds), we can remove the assertions for them for now to avoid blocking CI.
1 parent b368b96 commit 5f85bff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/FunctionalTests/PluginTests.swift

-2
Original file line numberDiff line numberDiff line change
@@ -1075,8 +1075,6 @@ class PluginTests: XCTestCase {
10751075

10761076
try fixture(name: "Miscellaneous/Plugins/MySourceGenPluginUsingURLBasedAPI") { fixturePath in
10771077
let (stdout, _) = try executeSwiftBuild(fixturePath, configuration: .Debug)
1078-
XCTAssert(stdout.contains("Compiling MyOtherLocalTool"), "stdout:\n\(stdout)")
1079-
XCTAssert(stdout.contains("Compiling MyLocalTool"), "stdout:\n\(stdout)")
10801078
XCTAssert(stdout.contains("Build complete!"), "stdout:\n\(stdout)")
10811079
}
10821080
}

0 commit comments

Comments
 (0)