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 6adabac commit d3b0267Copy full SHA for d3b0267
util/src/test/java/io/kubernetes/client/ExecTest.java
@@ -40,13 +40,6 @@ public void setup() throws IOException {
40
client = ClientBuilder.defaultClient();
41
}
42
43
- @Test
44
- public void testExit0NoMessage() {
45
- InputStream inputStream = new ByteArrayInputStream(new byte[0]);
46
- int exitCode = Exec.parseExitCode(client, inputStream);
47
- assertEquals(0, exitCode);
48
- }
49
-
50
@Test
51
public void testExit0() {
52
InputStream inputStream =
0 commit comments