Skip to content

Commit c05a5aa

Browse files
committed
Enable Linux test except SQLTest
1 parent 5125d2e commit c05a5aa

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
@@ -86,6 +86,7 @@ struct SQLTests {
8686
"explain.sql",
8787
]
8888

89+
#if !os(Linux)
8990
@Test
9091
func runAll() async throws {
9192
let spark = try await SparkSession.builder.getOrCreate()
@@ -115,4 +116,5 @@ struct SQLTests {
115116
}
116117
await spark.stop()
117118
}
119+
#endif
118120
}

0 commit comments

Comments
 (0)