Skip to content

Commit 20eba12

Browse files
authored
Skip testCacheInvalidationOnEnv for now (#3561)
This test is failing on the aarch64 CI for unknown reasons, we will skip it for now until we can fix it. Since that is targetting Linux, we only skip the test there for now.
1 parent 73c47c0 commit 20eba12

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tests/PackageLoadingTests/PD4_2LoadingTests.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,11 @@ class PackageDescription4_2LoadingTests: PackageDescriptionLoadingTests {
500500
}
501501

502502
func testCacheInvalidationOnEnv() throws {
503+
#if os(Linux)
504+
// rdar://79415639 (Test Case 'PackageDescription4_2LoadingTests.testCacheInvalidationOnEnv' failed)
505+
try XCTSkipIf(true)
506+
#endif
507+
503508
try testWithTemporaryDirectory { path in
504509
let fs = localFileSystem
505510

0 commit comments

Comments
 (0)