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 b54381ff9e6 [MINOR] Disable flaky test (#10449)
b54381ff9e6 is described below
commit b54381ff9e6d34a41eaf756555c7967eb7146380
Author: Jon Vexler <[email protected]>
AuthorDate: Mon Jan 8 13:23:17 2024 -0500
[MINOR] Disable flaky test (#10449)
Co-authored-by: Jonathan Vexler <=>
---
.../src/test/scala/org/apache/hudi/TestHoodieSparkSqlWriter.scala | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git
a/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/TestHoodieSparkSqlWriter.scala
b/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/TestHoodieSparkSqlWriter.scala
index 38221cc05c7..599e8ae9708 100644
---
a/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/TestHoodieSparkSqlWriter.scala
+++
b/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/TestHoodieSparkSqlWriter.scala
@@ -40,7 +40,7 @@ import org.apache.spark.sql.functions.{expr, lit}
import org.apache.spark.sql.hudi.HoodieSparkSessionExtension
import org.apache.spark.sql.hudi.command.SqlKeyGenerator
import org.junit.jupiter.api.Assertions.{assertEquals, assertFalse,
assertNotNull, assertNull, assertTrue, fail}
-import org.junit.jupiter.api.{AfterEach, BeforeEach, Test}
+import org.junit.jupiter.api.{AfterEach, BeforeEach, Disabled, Test}
import org.junit.jupiter.params.ParameterizedTest
import org.junit.jupiter.params.provider.Arguments.arguments
import org.junit.jupiter.params.provider._
@@ -1341,8 +1341,9 @@ def testBulkInsertForDropPartitionColumn(): Unit = {
/*
* Test case for instant is generated with commit timezone when
TIMELINE_TIMEZONE set to UTC
* related to HUDI-5978
+ * Issue [HUDI-7275] is tracking this test being disabled
*/
- @Test
+ @Disabled
def testInsertDatasetWithTimelineTimezoneUTC(): Unit = {
val defaultTimezone = TimeZone.getDefault
try {