This is an automated email from the ASF dual-hosted git repository.
sivabalan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 050f56aeb44 [HUDI-6505] Disabling a flaky test. Found 100+ invocations
of the test of interest (#9146)
050f56aeb44 is described below
commit 050f56aeb440176a20069dfa21afd74bad54eec9
Author: Sivabalan Narayanan <[email protected]>
AuthorDate: Fri Jul 7 16:37:37 2023 -0400
[HUDI-6505] Disabling a flaky test. Found 100+ invocations of the test of
interest (#9146)
---
.../utilities/deltastreamer/TestHoodieDeltaStreamerDAGExecution.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/hudi-utilities/src/test/java/org/apache/hudi/utilities/deltastreamer/TestHoodieDeltaStreamerDAGExecution.java
b/hudi-utilities/src/test/java/org/apache/hudi/utilities/deltastreamer/TestHoodieDeltaStreamerDAGExecution.java
index 99af127d1ba..528a69a7e91 100644
---
a/hudi-utilities/src/test/java/org/apache/hudi/utilities/deltastreamer/TestHoodieDeltaStreamerDAGExecution.java
+++
b/hudi-utilities/src/test/java/org/apache/hudi/utilities/deltastreamer/TestHoodieDeltaStreamerDAGExecution.java
@@ -28,6 +28,7 @@ import org.apache.hudi.utilities.sources.ParquetDFSSource;
import org.apache.spark.scheduler.SparkListener;
import org.apache.spark.scheduler.SparkListenerStageCompleted;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.CsvSource;
@@ -38,6 +39,7 @@ import java.util.List;
import static org.junit.jupiter.api.Assertions.assertEquals;
+@Disabled("HUDI-6505")
public class TestHoodieDeltaStreamerDAGExecution extends
HoodieDeltaStreamerTestBase {
@ParameterizedTest