Skip to content

Commit

Permalink
[CARMEL-3536] Ignore HiveExternalCatalogVersionsSuite (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyum authored and mingmwang committed Aug 17, 2020
1 parent ad6d800 commit e1ee435
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import scala.util.control.NonFatal

import org.apache.commons.lang3.{JavaVersion, SystemUtils}
import org.apache.hadoop.conf.Configuration
import org.scalatest.Ignore

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

0 comments on commit e1ee435

Please sign in to comment.