Skip to content

Commit

Permalink
disable s3 in the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
horizonzy committed Nov 1, 2023
1 parent bb72dbd commit 0d3840d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ public class HoodieWriterTest {
@DataProvider(name = "storage")
public Object[][] storageType() {
return new Object[][]{
{STORAGE_LOCAL},
{STORAGE_S3}
{STORAGE_LOCAL}
// , {STORAGE_S3}
};
}

Expand Down

0 comments on commit 0d3840d

Please sign in to comment.