[SPARK-13150] [SQL] disable two flaky tests

Author: Davies Liu <davies@databricks.com>

Closes #11037 from davies/disable_flaky.
This commit is contained in:
Davies Liu 2016-02-02 16:24:31 -08:00 committed by Davies Liu
parent b377b03531
commit 6de6a97728

View file

@ -488,7 +488,8 @@ class HiveThriftBinaryServerSuite extends HiveThriftJdbcTest {
}
}
test("SPARK-11595 ADD JAR with input path having URL scheme") {
// TODO: enable this
ignore("SPARK-11595 ADD JAR with input path having URL scheme") {
withJdbcStatement { statement =>
val jarPath = "../hive/src/test/resources/TestUDTF.jar"
val jarURL = s"file://${System.getProperty("user.dir")}/$jarPath"
@ -546,7 +547,8 @@ class SingleSessionSuite extends HiveThriftJdbcTest {
override protected def extraConf: Seq[String] =
"--conf spark.sql.hive.thriftServer.singleSession=true" :: Nil
test("test single session") {
// TODO: enable this
ignore("test single session") {
withMultipleConnectionJdbcStatement(
{ statement =>
val jarPath = "../hive/src/test/resources/TestUDTF.jar"