Skip to content

Commit e1ee435

Browse files
wangyummingmwang
authored andcommitted
[CARMEL-3536] Ignore HiveExternalCatalogVersionsSuite (#29)
1 parent ad6d800 commit e1ee435

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveExternalCatalogVersionsSuite.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import scala.util.control.NonFatal
2626

2727
import org.apache.commons.lang3.{JavaVersion, SystemUtils}
2828
import org.apache.hadoop.conf.Configuration
29+
import org.scalatest.Ignore
2930

3031
import org.apache.spark.{SecurityManager, SparkConf, TestUtils}
3132
import org.apache.spark.internal.config.MASTER_REST_SERVER_ENABLED
@@ -47,6 +48,7 @@ import org.apache.spark.util.Utils
4748
* downloading for this spark version.
4849
*/
4950
@ExtendedHiveTest
51+
@Ignore
5052
class HiveExternalCatalogVersionsSuite extends SparkSubmitTestUtils {
5153
private val isTestAtLeastJava9 = SystemUtils.isJavaVersionAtLeast(JavaVersion.JAVA_9)
5254
private val wareHousePath = Utils.createTempDir(namePrefix = "warehouse")

0 commit comments

Comments
 (0)