Skip to content

Commit 7df452e

Browse files
committed
Ignore on linux
1 parent 50bb641 commit 7df452e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/SparkConnectTests/SQLTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ struct SQLTests {
2828
let path = Bundle.module.path(forResource: "queries", ofType: "")!
2929
let encoder = JSONEncoder()
3030

31+
#if !os(Linux)
3132
@Test
3233
func runAll() async throws {
3334
let spark = try await SparkSession.builder.getOrCreate()
@@ -43,4 +44,5 @@ struct SQLTests {
4344
}
4445
await spark.stop()
4546
}
47+
#endif
4648
}

0 commit comments

Comments
 (0)