Skip to content

Commit 5c1faba

Browse files
committed
Ignore flakey test in SparkSubmitUtilsSuite
1 parent b1f4ca8 commit 5c1faba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class SparkSubmitUtilsSuite extends FunSuite with BeforeAndAfterAll {
117117
}
118118
}
119119

120-
test("neglects Spark and Spark's dependencies") {
120+
ignore("neglects Spark and Spark's dependencies") {
121121
val components = Seq("bagel_", "catalyst_", "core_", "graphx_", "hive_", "mllib_", "repl_",
122122
"sql_", "streaming_", "yarn_", "network-common_", "network-shuffle_", "network-yarn_")
123123

0 commit comments

Comments
 (0)