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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
importjava.util.function.UnaryOperator;
20
20
21
21
importorg.junit.jupiter.api.BeforeEach;
22
+
importorg.junit.jupiter.api.Disabled;
22
23
importorg.junit.jupiter.api.Test;
23
24
importorg.slf4j.Logger;
24
25
importorg.slf4j.LoggerFactory;
@@ -212,6 +213,7 @@ public void compareResourceVersionsTest() {
212
213
// naive performance test that compares the work case scenario for the parsing and non-parsing
213
214
// variants
214
215
@Test
216
+
@Disabled("test sometimes fails, we plan to iterate over it and related features for 5.3")
0 commit comments