You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2018/04/21 20:36:33 UTC

[3/3] incubator-toree git commit: [MINOR] Ignore test with external dependencies

[MINOR] Ignore test with external dependencies

There are intermitent failure when downloading external
java based jar for testing %addJar functionality.


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/c88264aa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/c88264aa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/c88264aa

Branch: refs/heads/master
Commit: c88264aa4ab973ad0d5cd708ee6f849eeda2bb41
Parents: 9c929f5
Author: Luciano Resende <lr...@apache.org>
Authored: Sat Apr 21 13:35:06 2018 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Sat Apr 21 13:35:06 2018 -0700

----------------------------------------------------------------------
 .../interpreter/scala/AddExternalJarMagicSpecForIntegration.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c88264aa/scala-interpreter/src/test/scala/integration/interpreter/scala/AddExternalJarMagicSpecForIntegration.scala
----------------------------------------------------------------------
diff --git a/scala-interpreter/src/test/scala/integration/interpreter/scala/AddExternalJarMagicSpecForIntegration.scala b/scala-interpreter/src/test/scala/integration/interpreter/scala/AddExternalJarMagicSpecForIntegration.scala
index b6834e1..5fe29ff 100644
--- a/scala-interpreter/src/test/scala/integration/interpreter/scala/AddExternalJarMagicSpecForIntegration.scala
+++ b/scala-interpreter/src/test/scala/integration/interpreter/scala/AddExternalJarMagicSpecForIntegration.scala
@@ -91,7 +91,7 @@ class AddExternalJarMagicSpecForIntegration
         outputResult.reset()
       }
 
-      it("should support Scala jars") {
+      ignore("should support Scala jars") {
         val locationURL = "http://repo1.maven.org/maven2/org/scala-rules/rule-engine-core_2.11/0.5.1/rule-engine-core_2.11-0.5.1.jar"
         val testJarUrl = JarUtils.downloadJar(tempdir.toString, locationURL)