Skip to content

Commit 9d0dcb2

Browse files
committed
Disable testBuildCompleteMessage again
1 parent 69c4f24 commit 9d0dcb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/CommandsTests/BuildToolTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@ final class BuildToolTests: CommandsTestCase {
280280
}
281281

282282
func testBuildCompleteMessage() throws {
283+
throw XCTSkip("This test isn't stable w.r.t. the build cache; rdar://101815761")
284+
283285
try fixture(name: "DependencyResolution/Internal/Simple") { fixturePath in
284286
do {
285287
let result = try execute([], packagePath: fixturePath)

0 commit comments

Comments
 (0)