Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Tests/SparkConnectTests/SparkConnectClientTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ struct SparkConnectClientTests {
await client.stop()
}

#if !os(Linux) // TODO: Enable this with the offical Spark 4 docker image
@Test
func jsonToDdl() async throws {
let client = SparkConnectClient(remote: TEST_REMOTE)
Expand All @@ -96,5 +95,4 @@ struct SparkConnectClientTests {
}
await client.stop()
}
#endif
}
Loading