8000
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 eff9835 commit 3eb0aabCopy full SHA for 3eb0aab
operator-framework-core/src/test/java/io/javaoperatorsdk/operator/LeaderElectionManagerTest.java
@@ -66,12 +66,4 @@ void testFailedToInitInferLeaseNamespace() {
66
() -> leaderElectionManager.init(new LeaderElectionConfiguration("test"),
67
kubernetesClient));
68
}
69
-
70
- @Test
71
- void testFailedToInitInferLeaseNamespaceProbablyUsingKubeConfig() {
72
- assertThrows(
73
- IllegalArgumentException.class,
74
- () -> leaderElectionManager.init(new LeaderElectionConfiguration("test"),
75
- kubernetesClient));
76
- }
77
0 commit comments