Skip to content

Commit 76f4414

Browse files
committed
Disable containerExecInteractive integration test until OkHttp supports upgrade requests with non-empty body
1 parent 8076ea1 commit 76f4414

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api-client/src/test/java/de/gesellix/docker/remote/api/client/ExecApiIntegrationTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import okio.Sink;
1616

1717
import org.junit.jupiter.api.BeforeEach;
18+
import org.junit.jupiter.api.Disabled;
1819
import org.junit.jupiter.api.Test;
1920

2021
import static de.gesellix.docker.remote.api.testutil.Constants.LABEL_KEY;
@@ -103,6 +104,8 @@ public void containerExecNonInteractive() {
103104
}
104105

105106
@Test
107+
// see https://github.com/square/okhttp/pull/9159
108+
@Disabled("Pending OkHttp to support upgrade requests with non-empty body")
106109
public void containerExecInteractive() {
107110
removeContainer(engineApiClient, "container-exec-interactive-test");
108111

0 commit comments

Comments
 (0)