Skip to content

Commit

Permalink
Disable time zone perf test by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Chong Gao committed Dec 26, 2023
1 parent 80bdc20 commit c29cff0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import org.apache.spark.sql.types._
*/
class TimeZonePerfSuite extends SparkQueryCompareTestSuite with BeforeAndAfterAll {
// perf test is disabled by default since it's a long running time in UT.
private val enablePerfTest = true
private val enablePerfTest = false

// rows for perf test
private val numRows: Long = 1024L * 1024L * 10L
Expand Down

0 comments on commit c29cff0

Please sign in to comment.