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: operator-framework-core/src/test/java/io/javaoperatorsdk/operator/api/reconciler/PrimaryUpdateAndCacheUtilsTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -213,7 +213,7 @@ public void compareResourceVersionsTest() {
213
213
// naive performance test that compares the work case scenario for the parsing and non-parsing
214
214
// variants
215
215
@Test
216
-
@Disabled
216
+
@Disabled("test sometimes fails, we plan to iterate over it and related features for 5.3")
0 commit comments