diff --git a/system-test/testnet-automation.sh b/system-test/testnet-automation.sh index 9d508fa7b3..52f17ce268 100755 --- a/system-test/testnet-automation.sh +++ b/system-test/testnet-automation.sh @@ -136,6 +136,7 @@ function launchTestnet() { $maybeCustomMachineType "$VALIDATOR_NODE_MACHINE_TYPE" $maybeEnableGpu \ -p "$TESTNET_TAG" $maybeCreateAllowBootFailures $maybePublicIpAddresses \ ${TESTNET_CLOUD_ZONES[@]/#/"-z "} \ + --self-destruct-hours 0 \ ${ADDITIONAL_FLAGS[@]/#/" "} ;; ec2)