diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala index 5a9cf11f94f11..f91fb4df4fd43 100644 --- a/project/SparkBuild.scala +++ b/project/SparkBuild.scala @@ -477,7 +477,8 @@ object SparkParallelTestGrouping { "org.apache.spark.sql.SQLQueryTestSuite", "org.apache.spark.sql.hive.thriftserver.ThriftServerQueryTestSuite", "org.apache.spark.sql.hive.thriftserver.SparkSQLEnvSuite", - "org.apache.spark.sql.hive.thriftserver.ui.ThriftServerPageSuite" + "org.apache.spark.sql.hive.thriftserver.ui.ThriftServerPageSuite", + "org.apache.spark.sql.hive.thriftserver.ui.HiveThriftServer2ListenerSuite" ) private val DEFAULT_TEST_GROUP = "default_test_group"