Skip to content

Commit

Permalink
Disabled parquet remote tests
Browse files Browse the repository at this point in the history
  • Loading branch information
malhotrashivam committed Sep 16, 2024
1 parent 1424ab0 commit 474700d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public class S3ParquetRemoteTest {

// The following tests are disabled by default, and should be run manually.
private static final boolean ENABLE_REMOTE_S3_TESTING = true;
private static final boolean ENABLE_REMOTE_S3_TESTING = false;

@Rule
public final EngineCleanup framework = new EngineCleanup();
Expand Down

0 comments on commit 474700d

Please sign in to comment.