File tree 1 file changed +3
-1
lines changed
systemtest/src/test/java/io/strimzi/systemtest
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,9 @@ void tearDownTestCase(ExtensionContext extensionContext) throws Exception {
170
170
// does not proceed with the next method (i.e., afterEachMustExecute()). This ensures that if such problem happen
171
171
// it will always execute the second method.
172
172
try {
173
- assertNoCoErrorsLogged (clusterOperator .getDeploymentNamespace (), storageMap .get (extensionContext ).getTestExecutionTimeInSeconds ());
173
+ // This method needs to be disabled for the moment, as it brings flakiness and is unstable due to regexes and current matcher checks.
174
+ // Needs to be reworked on what errors to ignore. Better error logging should be added.
175
+ //assertNoCoErrorsLogged(clusterOperator.getDeploymentNamespace(), storageMap.get(extensionContext).getTestExecutionTimeInSeconds());
174
176
} finally {
175
177
afterEachMayOverride ();
176
178
afterEachMustExecute ();
You can’t perform that action at this time.
0 commit comments