Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 894a756

Browse files
committed
[SPARK-22047][TEST] ignore HiveExternalCatalogVersionsSuite
## What changes were proposed in this pull request? As reported in https://issues.apache.org/jira/browse/SPARK-22047 , HiveExternalCatalogVersionsSuite is failing frequently, let's disable this test suite to unblock other PRs, I'm looking into the root cause. ## How was this patch tested? N/A Author: Wenchen Fan <[email protected]> Closes apache#19264 from cloud-fan/test.
1 parent 1e978b1 commit 894a756

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import org.apache.spark.util.Utils
3535
* expected version under this local directory, e.g. `/tmp/spark-test/spark-2.0.3`, we will skip the
3636
* downloading for this spark version.
3737
*/
38+
@org.scalatest.Ignore
3839
class HiveExternalCatalogVersionsSuite extends SparkSubmitTestUtils {
3940
private val wareHousePath = Utils.createTempDir(namePrefix = "warehouse")
4041
private val tmpDataDir = Utils.createTempDir(namePrefix = "test-data")

0 commit comments

Comments
 (0)