Skip to content

Commit 27f050c

Browse files
authored
fix: disable performance test on resourceVersion comparison (#3008)
1 parent 2902bff commit 27f050c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import java.util.function.UnaryOperator;
2020

2121
import org.junit.jupiter.api.BeforeEach;
22+
import org.junit.jupiter.api.Disabled;
2223
import org.junit.jupiter.api.Test;
2324
import org.slf4j.Logger;
2425
import org.slf4j.LoggerFactory;
@@ -212,6 +213,7 @@ public void compareResourceVersionsTest() {
212213
// naive performance test that compares the work case scenario for the parsing and non-parsing
213214
// variants
214215
@Test
216+
@Disabled("test sometimes fails, we plan to iterate over it and related features for 5.3")
215217
public void compareResourcePerformanceTest() {
216218
var execNum = 30000000;
217219
var startTime = System.currentTimeMillis();

0 commit comments

Comments
 (0)