Skip to content

Commit a567774

Browse files
committed
Disable test on Spark 4.0.0-preview2
1 parent f3e0405 commit a567774

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/SparkConnectTests/SparkConnectClientTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ struct SparkConnectClientTests {
7171
await client.stop()
7272
}
7373

74+
#if !os(Linux) // TODO: Enable this with the offical Spark 4 docker image
7475
@Test
7576
func jsonToDdl() async throws {
7677
let client = SparkConnectClient(remote: "sc://localhost", user: "test")
@@ -80,4 +81,5 @@ struct SparkConnectClientTests {
8081
#expect(try await client.jsonToDdl(json) == "id BIGINT NOT NULL")
8182
await client.stop()
8283
}
84+
#endif
8385
}

0 commit comments

Comments
 (0)