You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by dl...@apache.org on 2014/08/15 21:04:26 UTC

git commit: (NOJIRA) disablign classpath test for now (breaks automated builds due to lack of properly initialized environment)

Repository: mahout
Updated Branches:
  refs/heads/master a6c8346dd -> 4bac5c295


(NOJIRA) disablign classpath test for now (breaks automated builds due to lack of properly initialized environment)


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/4bac5c29
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/4bac5c29
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/4bac5c29

Branch: refs/heads/master
Commit: 4bac5c295b3b820a6e7f25e4dcf5a843b7d1983e
Parents: a6c8346
Author: Dmitriy Lyubimov <dl...@apache.org>
Authored: Fri Aug 15 11:56:45 2014 -0700
Committer: Dmitriy Lyubimov <dl...@apache.org>
Committed: Fri Aug 15 11:56:45 2014 -0700

----------------------------------------------------------------------
 .../scala/org/apache/mahout/sparkbindings/SparkBindingsSuite.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/4bac5c29/spark/src/test/scala/org/apache/mahout/sparkbindings/SparkBindingsSuite.scala
----------------------------------------------------------------------
diff --git a/spark/src/test/scala/org/apache/mahout/sparkbindings/SparkBindingsSuite.scala b/spark/src/test/scala/org/apache/mahout/sparkbindings/SparkBindingsSuite.scala
index b5974bd..fbc31f3 100644
--- a/spark/src/test/scala/org/apache/mahout/sparkbindings/SparkBindingsSuite.scala
+++ b/spark/src/test/scala/org/apache/mahout/sparkbindings/SparkBindingsSuite.scala
@@ -14,7 +14,7 @@ class SparkBindingsSuite extends FunSuite with DistributedSparkSuite {
   // This test will succeed only when MAHOUT_HOME is set in the environment. So we keep it for
   // diagnorstic purposes around, but we probably don't want it to run in the Jenkins, so we'd
   // let it to be ignored.
-  test("context jars") {
+  ignore("context jars") {
     System.setProperty("mahout.home", new File("..").getAbsolutePath/*"/home/dmitriy/projects/github/mahout-commits"*/)
     val closeables = new util.ArrayDeque[Closeable]()
     try {