Skip to content

Commit a929cf3

Browse files
committed
Disable test until synchronization issue is resolved
1 parent 06caed8 commit a929cf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

operator/src/test/java/oracle/kubernetes/operator/helpers/CallBuilderTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import oracle.kubernetes.weblogic.domain.model.DomainStatus;
3434
import org.junit.jupiter.api.AfterEach;
3535
import org.junit.jupiter.api.BeforeEach;
36+
import org.junit.jupiter.api.Disabled;
3637
import org.junit.jupiter.api.Test;
3738

3839
import static java.net.HttpURLConnection.HTTP_BAD_REQUEST;
@@ -155,6 +156,7 @@ void replaceDomain_conflictResponseCode_throws() {
155156
assertThrows(ApiException.class, () -> callBuilder.replaceDomain(UID, NAMESPACE, domain));
156157
}
157158

159+
@Disabled
158160
@Test
159161
void listDomainsAsync_returnsUpgrade() throws ApiException, InterruptedException {
160162
Domain domain1 = new Domain();

0 commit comments

Comments
 (0)