Skip to content

Commit 25c8782

Browse files
committed
disable flaky test TestHoodieDataSourceHelper
1 parent 2dff8fa commit 25c8782

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/TestHoodieDataSourceHelper.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ import org.apache.hudi.testutils.HoodieClientTestBase
2323
import org.apache.spark.sql.functions.expr
2424
import org.apache.spark.sql.sources.Filter
2525
import org.junit.jupiter.api.Assertions.assertEquals
26-
import org.junit.jupiter.api.Test
26+
import org.junit.jupiter.api.{Disabled, Test}
2727

28+
@Disabled("HUDI-9086")
2829
class TestHoodieDataSourceHelper extends HoodieClientTestBase with SparkAdapterSupport {
2930

3031
def checkCondition(filter: Option[Filter], outputSet: Set[String], expected: Any): Unit = {

0 commit comments

Comments
 (0)