Skip to content

Commit

Permalink
[MINOR] Disabled flaky testPartitionStatsWithMultiWriter temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
codope committed Sep 22, 2024
1 parent 9c54838 commit 631f2d0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import org.apache.spark.sql.SaveMode
import org.apache.spark.sql.catalyst.expressions.{AttributeReference, EqualTo, Expression, Literal}
import org.apache.spark.sql.types.StringType
import org.junit.jupiter.api.Assertions.{assertEquals, assertTrue}
import org.junit.jupiter.api.{Tag, Test}
import org.junit.jupiter.api.{Disabled, Tag, Test}
import org.junit.jupiter.params.ParameterizedTest
import org.junit.jupiter.params.provider.EnumSource

Expand Down Expand Up @@ -155,6 +155,7 @@ class TestPartitionStatsIndex extends PartitionStatsIndexTestBase {
*/
@ParameterizedTest
@EnumSource(classOf[HoodieTableType])
@Disabled("HUDI-8234")
def testPartitionStatsWithMultiWriter(tableType: HoodieTableType): Unit = {
val hudiOpts = commonOpts ++ Map(
DataSourceWriteOptions.TABLE_TYPE.key -> tableType.name(),
Expand Down

0 comments on commit 631f2d0

Please sign in to comment.