Skip to content

Commit 48d6aef

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 #19264 from cloud-fan/test. (cherry picked from commit 894a756) Signed-off-by: Wenchen Fan <[email protected]>
1 parent a86831d commit 48d6aef

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)