Skip to content

Commit

Permalink
clean up flaky test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kozjan committed Sep 16, 2024
1 parent 24d02c3 commit a500f91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion envoy-control-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ task reliabilityTest(type: Test) {
}

task flakyTest(type: Test) {
systemProperty 'RELIABILITY_FAILURE_DURATION_SECONDS', System.getProperty('RELIABILITY_FAILURE_DURATION_SECONDS', '300')
useJUnitPlatform {
includeTags 'flaky'
}
Expand Down

0 comments on commit a500f91

Please sign in to comment.