We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8076ea1 commit 76f4414Copy full SHA for 76f4414
api-client/src/test/java/de/gesellix/docker/remote/api/client/ExecApiIntegrationTest.java
@@ -15,6 +15,7 @@
15
import okio.Sink;
16
17
import org.junit.jupiter.api.BeforeEach;
18
+import org.junit.jupiter.api.Disabled;
19
import org.junit.jupiter.api.Test;
20
21
import static de.gesellix.docker.remote.api.testutil.Constants.LABEL_KEY;
@@ -103,6 +104,8 @@ public void containerExecNonInteractive() {
103
104
}
105
106
@Test
107
+ // see https://github.com/square/okhttp/pull/9159
108
+ @Disabled("Pending OkHttp to support upgrade requests with non-empty body")
109
public void containerExecInteractive() {
110
removeContainer(engineApiClient, "container-exec-interactive-test");
111
0 commit comments