Skip to content

Commit

Permalink
[MINOR] Disable hdfs for hudi-utilities tests (#10663)
Browse files Browse the repository at this point in the history
  • Loading branch information
linliu-code authored Feb 13, 2024
1 parent e3ad5df commit e3fd8d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class TestSqlFileBasedSource extends UtilitiesTestBase {

@BeforeAll
public static void initClass() throws Exception {
UtilitiesTestBase.initTestServices(true, true, false);
UtilitiesTestBase.initTestServices(false, true, false);
FileSystem fs = UtilitiesTestBase.fs;
UtilitiesTestBase.Helpers.copyToDFS(
"streamer-config/sql-file-based-source.sql", fs,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public abstract class AbstractDFSSourceTestBase extends UtilitiesTestBase {

@BeforeAll
public static void initClass() throws Exception {
UtilitiesTestBase.initTestServices(true, false, false);
UtilitiesTestBase.initTestServices(false, false, false);
}

@BeforeEach
Expand Down

0 comments on commit e3fd8d8

Please sign in to comment.