Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Add a comment about #557.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubschmidt2 committed Aug 26, 2017
1 parent f1ad5ed commit 10a5c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/agent/build.gradle
Expand Up @@ -175,7 +175,7 @@ task integrationTest(type: Test) {
check.dependsOn integrationTest
integrationTest.dependsOn shadowJar
integrationTest.mustRunAfter test
integrationTest.enabled = false
integrationTest.enabled = false // Temporarily disabled while fixing GH #557.

// JMH benchmarks

Expand Down

0 comments on commit 10a5c08

Please sign in to comment.