You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cluster-operator/src/test/java/io/strimzi/operator/cluster/operator/assembly/KafkaAssemblyOperatorManualRollingUpdatesTest.java
+1-6
Original file line number
Diff line number
Diff line change
@@ -349,12 +349,7 @@ public void testManualPodRollingUpdateWithPodSets(VertxTestContext context) {
// TODO: Once we have new FeatureGate, we should implement the checks as shown below
101
97
// InvalidConfigurationException e = assertThrows(InvalidConfigurationException.class, () -> new FeatureGates("+ContinueReconciliationOnManualRollingUpdateFailure,+ContinueReconciliationOnManualRollingUpdateFailure"));
102
98
// assertThat(e.getMessage(), containsString("Feature gate ContinueReconciliationOnManualRollingUpdateFailure is configured multiple times"));
103
99
}
104
100
105
101
@ParallelTest
106
-
@Disabled("Once we add new FeatureGate we should enable this test suite.")
// TODO: Once we have new FeatureGate, we should implement the checks as shown below
109
104
// InvalidConfigurationException e = assertThrows(InvalidConfigurationException.class, () -> new FeatureGates("+ContinueReconciliationOnManualRollingUpdateFailure,"));
110
105
// assertThat(e.getMessage(), containsString("Feature gate ContinueReconciliationOnManualRollingUpdateFailure is configured multiple times"));
111
106
}
112
107
113
108
@ParallelTest
114
-
@Disabled("Once we add new FeatureGate we should enable this test suite.")
115
109
publicvoidtestMissingSign() {
116
110
// TODO: Once we have new FeatureGate, we should implement the checks as shown below
117
111
// InvalidConfigurationException e = assertThrows(InvalidConfigurationException.class, () -> new FeatureGates("ContinueReconciliationOnManualRollingUpdateFailure"));
@@ -127,5 +121,8 @@ public void testNonExistingGate() {
0 commit comments