Skip to content

Commit 559845a

Browse files
committed
test fix
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 0c81798 commit 559845a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

operator-framework/src/test/java/io/javaoperatorsdk/operator/dependent/standalonedependent/StandaloneDependentResourceIT.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import java.time.Duration;
44
import java.util.Set;
55

6-
import org.junit.jupiter.api.RepeatedTest;
76
import org.junit.jupiter.api.Test;
87
import org.junit.jupiter.api.extension.RegisterExtension;
98

@@ -43,7 +42,7 @@ void dependentResourceManagesDeployment() {
4342
.isFalse();
4443
}
4544

46-
@RepeatedTest(30)
45+
@Test
4746
void executeUpdateForTestingCacheUpdateForGetResource() {
4847
StandaloneDependentTestCustomResource customResource =
4948
new StandaloneDependentTestCustomResource();

0 commit comments

Comments
 (0)