Skip to content

Commit 08955f4

Browse files
author
Davies Liu
committed
disable flaky test
1 parent f084c5d commit 08955f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ class YarnClusterSuite extends FunSuite with BeforeAndAfterAll with Matchers wit
143143
}
144144
}
145145

146-
test("run Python application in yarn-cluster mode") {
146+
// Enable this once fix SPARK-6700
147+
ignore("run Python application in yarn-cluster mode") {
147148
val primaryPyFile = new File(tempDir, "test.py")
148149
Files.write(TEST_PYFILE, primaryPyFile, UTF_8)
149150
val pyFile = new File(tempDir, "test2.py")

0 commit comments

Comments
 (0)