We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1743a73 commit b1ed44dCopy full SHA for b1ed44d
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 {
99
}
100
101
102
- test("Simple commands") {
+ ignore("Simple commands") {
103
val dataFilePath =
104
Thread.currentThread().getContextClassLoader.getResource("data/files/small_kv.txt")
105
@@ -119,7 +119,7 @@ class CliSuite extends FunSuite with BeforeAndAfterAll with Logging {
119
)
120
121
122
- test("Single command with -e") {
+ ignore("Single command with -e") {
123
runCliWithin(1.minute, Seq("-e", "SHOW TABLES;"))("" -> "OK")
124
125
0 commit comments