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 d1f1352 commit fd8abf7Copy full SHA for fd8abf7
sample-operators/leader-election/src/test/java/io/javaoperatorsdk/operator/sample/LeaderElectionE2E.java
@@ -52,7 +52,7 @@ class LeaderElectionE2E {
52
@ParameterizedTest
53
@ValueSource(strings = {"namespace-inferred-", ""})
54
// not for local mode by design
55
- @EnabledIfSystemProperty(named = "test.deployment", matches = "remote")
+ @EnabledIfSystemProperty(named = "test.deployment", matches = "remote")
56
void otherInstancesTakesOverWhenSteppingDown(String yamlFilePrefix) {
57
log.info("Applying custom resource");
58
applyCustomResource();
0 commit comments