We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66abeb commit 779d047Copy full SHA for 779d047
config-vault/src/test/java/io/scalecube/config/vault/VaultConfigSourceTest.java
@@ -149,6 +149,8 @@ void shouldWorkWhenRegistryIsReloadedAndVaultIsRunning() throws InterruptedExcep
149
.config(vaultConfig -> vaultConfig.address(address).token(rootToken))
150
.secretsPath(VAULT_SECRETS_PATH1)
151
.build())
152
+ .jmxEnabled(false)
153
+ .keepRecentConfigEvents(0)
154
.reloadIntervalSec(1)
155
.build();
156
ConfigRegistry configRegistry = ConfigRegistry.create(settings);
0 commit comments