aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2014-07-24 17:51:29 -0700
committerSiva Velusamy <vsiva@google.com>2014-07-24 17:51:29 -0700
commitf6eda92a345cac83af3af105684b4f9d72c0140d (patch)
tree474ce4f1a6f2358955df6be11892e4709f113c18
parentc00f056c76242b3c03975e7bc4b03b87f404cd89 (diff)
downloadbuildSrc-adt_23.0.3.tar.gz
Disable running hierarchyviewer tests from the command linestudio_0.8.6adt_23.0.3
Change-Id: Ibae8ae42d54fe263a1a55d1be6be4204c853a9c7
-rw-r--r--base/build.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/base/build.gradle b/base/build.gradle
index fe03e35..c91cdd2 100644
--- a/base/build.gradle
+++ b/base/build.gradle
@@ -79,3 +79,8 @@ task setupGradleInIde << {
String command = "ln -s $link ${new File(project.ext.androidHostOut, "gradle-dist-link").path}"
command.execute()
}
+
+// The hierarchy viewer tests require loading SWT jar files.
+// That fails with the error saying "can't load 32 bit library on 64 bit JVM
+// Disable these tests from running until that is fixed
+tasks.findByPath(':swt:hierarchyviewer2lib:test').enabled = false