Repository: spark
Updated Branches:
  refs/heads/branch-1.3 f17a2fe9b -> 3366af67b


[SPARK-6700] disable flaky test

Author: Davies Liu <dav...@databricks.com>

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

08955f4 [Davies Liu] disable flaky test

(cherry picked from commit 9b40c17ab161b64933539abeefde443cb4f98673)
Signed-off-by: Andrew Or <and...@databricks.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3366af67
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3366af67
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3366af67

Branch: refs/heads/branch-1.3
Commit: 3366af67bf35c1c753ce4f461e66574fd36d7827
Parents: f17a2fe
Author: Davies Liu <dav...@databricks.com>
Authored: Fri Apr 3 15:22:21 2015 -0700
Committer: Andrew Or <and...@databricks.com>
Committed: Fri Apr 3 15:22:27 2015 -0700

----------------------------------------------------------------------
 .../scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/3366af67/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala
----------------------------------------------------------------------
diff --git 
a/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala 
b/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala
index 0e37276..c06c010 100644
--- a/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala
+++ b/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala
@@ -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")


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to