Skip to content

Commit 3ec1335

Browse files
csvirimetacosm
authored andcommitted
fix: ControllerTest flake (#1822)
1 parent 0a569fe commit 3ec1335

File tree

1 file changed

+1
-0
lines changed
  • operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing

1 file changed

+1
-0
lines changed

operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/ControllerTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ void crdShouldNotBeCheckedForNativeResources() {
3030

3131
@Test
3232
void crdShouldNotBeCheckedForCustomResourcesIfDisabled() {
33+
ConfigurationServiceProvider.reset();
3334
final var client = MockKubernetesClient.client(TestCustomResource.class);
3435
final var configuration = MockControllerConfiguration.forResource(TestCustomResource.class);
3536

0 commit comments

Comments
 (0)