Skip to content
Snippets Groups Projects
Commit 9b40c17a authored by Davies Liu's avatar Davies Liu Committed by Andrew Or
Browse files

[SPARK-6700] disable flaky test

Author: Davies Liu <davies@databricks.com>

Closes #5356 from davies/flaky and squashes the following commits:

08955f4 [Davies Liu] disable flaky test
parent 26b415e1
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,8 @@ class YarnClusterSuite extends FunSuite with BeforeAndAfterAll with Matchers wit
}
}
test("run Python application in yarn-cluster mode") {
// Enable this once fix SPARK-6700
ignore("run Python application in yarn-cluster mode") {
val primaryPyFile = new File(tempDir, "test.py")
Files.write(TEST_PYFILE, primaryPyFile, UTF_8)
val pyFile = new File(tempDir, "test2.py")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment