Fix configuration section of ConfigureTestRestart-2.toml test file
This commit is contained in:
parent
bc47f90aff
commit
8d988bb1fb
|
@ -414,7 +414,6 @@ public:
|
|||
.add("allowDisablingTenants", &allowDisablingTenants)
|
||||
.add("allowCreatingTenants", &allowCreatingTenants)
|
||||
.add("randomlyRenameZoneId", &randomlyRenameZoneId)
|
||||
.add("randomlyRenameZoneId", &randomlyRenameZoneId)
|
||||
.add("injectTargetedSSRestart", &injectTargetedSSRestart)
|
||||
.add("injectSSDelay", &injectSSDelay);
|
||||
try {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[[configuration]]
|
||||
[configuration]
|
||||
randomlyRenameZoneId=true
|
||||
|
||||
[[test]]
|
||||
|
|
Loading…
Reference in New Issue