Skip to content

Commit 271abbd

Browse files
author
David Ungar
committed
Skip new test on Linux
1 parent 1074c6d commit 271abbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/SwiftDriverTests/IncrementalCompilationTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ extension IncrementalCompilationTests {
597597

598598
/// Ensure that if an output of post-compile job is missing, the job gets rerun.
599599
func testIncrementalPostCompileJob() throws {
600+
#if !os(Linux)
600601
let driver = try XCTUnwrap(tryInitial(checkDiagnostics: true))
601602
for postCompileOutput in try driver.postCompileOutputs() {
602603
let absPostCompileOutput = try XCTUnwrap(postCompileOutput.file.absolutePath)
@@ -605,6 +606,7 @@ extension IncrementalCompilationTests {
605606
tryNoChange()
606607
XCTAssertTrue(localFileSystem.exists(absPostCompileOutput))
607608
}
609+
#endif
608610
}
609611

610612
private func postCompileOutputs() -> [AbsolutePath] {

0 commit comments

Comments
 (0)