Skip to content

Commit 46cbd51

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent a549462 commit 46cbd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-core/src/test/java/io/javaoperatorsdk/operator/api/reconciler/PrimaryUpdateAndCacheUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public void compareResourceVersionsTest() {
213213
// naive performance test that compares the work case scenario for the parsing and non-parsing
214214
// variants
215215
@Test
216-
@Disabled
216+
@Disabled("test sometimes fails, we plan to iterate over it and related features for 5.3")
217217
public void compareResourcePerformanceTest() {
218218
var execNum = 30000000;
219219
var startTime = System.currentTimeMillis();

0 commit comments

Comments
 (0)