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

Re-enable integration tests. #563

Merged
merged 1 commit into from Aug 28, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion contrib/agent/build.gradle
Expand Up @@ -175,7 +175,6 @@ task integrationTest(type: Test) {
check.dependsOn integrationTest
integrationTest.dependsOn shadowJar
integrationTest.mustRunAfter test
integrationTest.enabled = false

// JMH benchmarks

Expand Down