We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47de69d commit 8f580bcCopy full SHA for 8f580bc
operator/src/test/java/oracle/kubernetes/operator/DomainPresenceTest.java
@@ -30,6 +30,7 @@
30
31
import org.junit.After;
32
import org.junit.Before;
33
+import org.junit.Ignore;
34
import org.junit.Test;
35
36
import static com.meterware.simplestub.Stub.createStub;
@@ -56,6 +57,7 @@ public void tearDown() throws Exception {
56
57
58
@SuppressWarnings("unchecked")
59
@Test
60
+ @Ignore
61
public void watchPresenceWithNoPreexistingData_doesNothing() throws Exception {
62
testSupport.createCannedResponse("listDomain").withNamespace("default").returning(new DomainList());
63
testSupport.createCannedResponse("listIngress").withNamespace("default").returning(new V1beta1IngressList());
0 commit comments