Skip to content

Commit

Permalink
Revert "Fix 'integTest' not called with test workflows during release (
Browse files Browse the repository at this point in the history
…#4814)"

This reverts commit a1816fb.

Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Oct 30, 2024
1 parent 128a304 commit d53c57a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -569,12 +569,6 @@ task integrationTest(type: Test) {
}
}

tasks.named("integrationTest") {
minHeapSize = "512m"
maxHeapSize = "2g"
}

tasks.integTest.dependsOn(integrationTest)
tasks.integrationTest.finalizedBy(jacocoTestReport) // report is always generated after integration tests run

//run the integrationTest task before the check task
Expand Down

0 comments on commit d53c57a

Please sign in to comment.