diff --git a/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/ThriftServerQueryTestSuite.scala b/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/ThriftServerQueryTestSuite.scala index 7374ba43a4cd..1f7b3feae47b 100644 --- a/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/ThriftServerQueryTestSuite.scala +++ b/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/ThriftServerQueryTestSuite.scala @@ -26,6 +26,7 @@ import scala.util.control.NonFatal import org.apache.hadoop.hive.conf.HiveConf.ConfVars import org.apache.hive.service.cli.HiveSQLException +import org.scalatest.Ignore import org.apache.spark.sql.{AnalysisException, SQLQueryTestSuite} import org.apache.spark.sql.catalyst.util.fileToString @@ -42,6 +43,7 @@ import org.apache.spark.sql.types._ * 2. Support DESC command. * 3. Support SHOW command. */ +@Ignore class ThriftServerQueryTestSuite extends SQLQueryTestSuite { private var hiveServer2: HiveThriftServer2 = _