Skip to content

Commit bdb8ee9

Browse files
committed
Revert previous commit
Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent 1046012 commit bdb8ee9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bwc-test/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ List<Provider<RegularFile>> plugins = [
179179
systemProperty 'tests.rest.bwcsuite', 'old_cluster'
180180
systemProperty 'tests.rest.bwcsuite_round', 'old'
181181
systemProperty 'tests.plugin_bwc_version', bwcVersion
182-
systemProperty 'tests.security.manager', 'false'
183182
nonInputProperties.systemProperty('tests.rest.cluster', "${-> testClusters."${baseName}$i".allHttpSocketURI.join(",")}")
184183
nonInputProperties.systemProperty('tests.clustername', "${-> testClusters."${baseName}$i".getName()}")
185184
}
@@ -197,7 +196,6 @@ task "${baseName}#mixedClusterTask"(type: StandaloneRestIntegTestTask) {
197196
systemProperty 'tests.rest.bwcsuite', 'mixed_cluster'
198197
systemProperty 'tests.rest.bwcsuite_round', 'first'
199198
systemProperty 'tests.plugin_bwc_version', bwcVersion
200-
systemProperty 'tests.security.manager', 'false'
201199
nonInputProperties.systemProperty('tests.rest.cluster', "${-> testClusters."${baseName}0".allHttpSocketURI.join(",")}")
202200
nonInputProperties.systemProperty('tests.clustername', "${-> testClusters."${baseName}0".getName()}")
203201
}
@@ -214,7 +212,6 @@ task "${baseName}#twoThirdsUpgradedClusterTask"(type: StandaloneRestIntegTestTas
214212
systemProperty 'tests.rest.bwcsuite', 'mixed_cluster'
215213
systemProperty 'tests.rest.bwcsuite_round', 'second'
216214
systemProperty 'tests.plugin_bwc_version', bwcVersion
217-
systemProperty 'tests.security.manager', 'false'
218215
nonInputProperties.systemProperty('tests.rest.cluster', "${-> testClusters."${baseName}0".allHttpSocketURI.join(",")}")
219216
nonInputProperties.systemProperty('tests.clustername', "${-> testClusters."${baseName}0".getName()}")
220217
}
@@ -231,7 +228,6 @@ task "${baseName}#rollingUpgradeClusterTask"(type: StandaloneRestIntegTestTask)
231228
systemProperty 'tests.rest.bwcsuite', 'mixed_cluster'
232229
systemProperty 'tests.rest.bwcsuite_round', 'third'
233230
systemProperty 'tests.plugin_bwc_version', bwcVersion
234-
systemProperty 'tests.security.manager', 'false'
235231
nonInputProperties.systemProperty('tests.rest.cluster', "${-> testClusters."${baseName}0".allHttpSocketURI.join(",")}")
236232
nonInputProperties.systemProperty('tests.clustername', "${-> testClusters."${baseName}0".getName()}")
237233
}
@@ -247,7 +243,6 @@ tasks.register("${baseName}#fullRestartClusterTask", StandaloneRestIntegTestTask
247243
systemProperty 'tests.rest.bwcsuite', 'upgraded_cluster'
248244
systemProperty 'tests.plugin_bwc_version', bwcVersion
249245
systemProperty 'tests.rest.bwcsuite_round', 'first'
250-
systemProperty 'tests.security.manager', 'false'
251246
nonInputProperties.systemProperty('tests.rest.cluster', "${-> testClusters."${baseName}1".allHttpSocketURI.join(",")}")
252247
nonInputProperties.systemProperty('tests.clustername', "${-> testClusters."${baseName}1".getName()}")
253248
}

0 commit comments

Comments
 (0)