diff --git a/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/CliSuite.scala b/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/CliSuite.scala index 8b9a8e1d7622b..e8ffbc5b954d4 100644 --- a/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/CliSuite.scala +++ b/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/CliSuite.scala @@ -99,7 +99,7 @@ class CliSuite extends FunSuite with BeforeAndAfterAll with Logging { } } - ignore("Simple commands") { + test("Simple commands") { val dataFilePath = Thread.currentThread().getContextClassLoader.getResource("data/files/small_kv.txt") @@ -119,7 +119,7 @@ class CliSuite extends FunSuite with BeforeAndAfterAll with Logging { ) } - ignore("Single command with -e") { + test("Single command with -e") { runCliWithin(1.minute, Seq("-e", "SHOW TABLES;"))("" -> "OK") } }