aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2017-08-25 11:35:14 -0700
committerGitHub <noreply@github.com>2017-08-25 11:35:14 -0700
commitee067d7d536e7f95eaaa6dafa0269b85bc27e35d (patch)
tree82a279b74734dcd40a339b43267602e06c546fd5 /contrib
parentefb18bef8e132ef50465f20d129e47a181d52874 (diff)
downloadplatform_external_opencensus-java-ee067d7d536e7f95eaaa6dafa0269b85bc27e35d.tar.gz
platform_external_opencensus-java-ee067d7d536e7f95eaaa6dafa0269b85bc27e35d.tar.bz2
platform_external_opencensus-java-ee067d7d536e7f95eaaa6dafa0269b85bc27e35d.zip
Disable integration tests in the Agent. Always fail. (#556)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/agent/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/agent/build.gradle b/contrib/agent/build.gradle
index a4394d3b..69b2632d 100644
--- a/contrib/agent/build.gradle
+++ b/contrib/agent/build.gradle
@@ -174,6 +174,7 @@ task integrationTest(type: Test) {
check.dependsOn integrationTest
integrationTest.mustRunAfter test
+integrationTest.enabled = false
// JMH benchmarks