We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5bbc64 commit c4c6b2dCopy full SHA for c4c6b2d
src/test/java/io/csviri/operator/resourceglue/GlueRelatedResourcesTest.java
@@ -5,7 +5,6 @@
5
import java.util.Map;
6
7
import org.junit.jupiter.api.BeforeEach;
8
-import org.junit.jupiter.api.Disabled;
9
import org.junit.jupiter.api.Test;
10
11
import io.csviri.operator.resourceglue.customresource.ClusterScopeTestCustomResource;
@@ -16,7 +15,6 @@
16
15
import static org.assertj.core.api.Assertions.assertThat;
17
import static org.awaitility.Awaitility.await;
18
19
-@Disabled("until fabric8 client patch release done")
20
@QuarkusTest
21
public class GlueRelatedResourcesTest extends TestBase {
22
0 commit comments