Skip to content

Commit

Permalink
[SPARK-22047][TEST] ignore HiveExternalCatalogVersionsSuite
Browse files Browse the repository at this point in the history
## 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 <wenchen@databricks.com>

Closes #19264 from cloud-fan/test.
  • Loading branch information
cloud-fan committed Sep 18, 2017
1 parent 1e978b1 commit 894a756
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -35,6 +35,7 @@ import org.apache.spark.util.Utils
* expected version under this local directory, e.g. `/tmp/spark-test/spark-2.0.3`, we will skip the
* downloading for this spark version.
*/
@org.scalatest.Ignore
class HiveExternalCatalogVersionsSuite extends SparkSubmitTestUtils {
private val wareHousePath = Utils.createTempDir(namePrefix = "warehouse")
private val tmpDataDir = Utils.createTempDir(namePrefix = "test-data")
Expand Down

0 comments on commit 894a756

Please sign in to comment.