diff options
| author | Bogdan Drutu <bdrutu@google.com> | 2017-08-25 11:35:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-25 11:35:14 -0700 |
| commit | ee067d7d536e7f95eaaa6dafa0269b85bc27e35d (patch) | |
| tree | 82a279b74734dcd40a339b43267602e06c546fd5 | |
| parent | efb18bef8e132ef50465f20d129e47a181d52874 (diff) | |
| download | platform_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)
| -rw-r--r-- | contrib/agent/build.gradle | 1 |
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 |
