Skip to content

Commit

Permalink
disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Vexler committed Jan 5, 2024
1 parent 1e0c159 commit 8c34c35
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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._
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 8c34c35

Please sign in to comment.