Skip to content

Commit

Permalink
disabled the test for netcdf with checkpointing disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
sllynn committed Nov 8, 2024
1 parent 9db3d35 commit 4aa2f10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class RasterAsGridReaderTest extends MosaicSpatialQueryTest with SharedSparkSess

test("Read netcdf with Raster As Grid Reader") {
assume(System.getProperty("os.name") == "Linux")
// assume(checkpointingEnabled)
assume(checkpointingEnabled)
val mc = MosaicContext.build(H3IndexSystem, JTS)
mc.register(spark)

Expand Down

0 comments on commit 4aa2f10

Please sign in to comment.