Skip to content

Commit

Permalink
Revert "re-enabled flink quickstart"
Browse files Browse the repository at this point in the history
This reverts commit 9584223.
  • Loading branch information
CTTY committed Jul 27, 2022
1 parent 9584223 commit 53f4010
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import org.apache.flink.types.Row;
import org.apache.hudi.common.model.HoodieTableType;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.io.TempDir;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.EnumSource;
Expand All @@ -45,6 +46,7 @@ void beforeEach() {
@TempDir
File tempFile;

@Disabled
@ParameterizedTest
@EnumSource(value = HoodieTableType.class)
void testHoodieFlinkQuickstart(HoodieTableType tableType) throws Exception {
Expand Down

0 comments on commit 53f4010

Please sign in to comment.