Skip to content

Commit c23cd2a

Browse files
authored
Merge pull request kubernetes-client#751 from yue9944882/chore/ignore-flaking-test
Ignore the flaking CopyTest w/ TODO comment left
2 parents effebaf + 4389841 commit c23cd2a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

util/src/test/java/io/kubernetes/client/CopyTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import java.io.InputStream;
3030
import java.nio.file.Paths;
3131
import org.junit.Before;
32+
import org.junit.Ignore;
3233
import org.junit.Rule;
3334
import org.junit.Test;
3435

@@ -79,6 +80,8 @@ public void testUrl() throws IOException, ApiException, InterruptedException {
7980
}
8081

8182
@Test
83+
@Ignore // TODO(yue9944882): this test leads to flakiness in the test infra, revert this after the
84+
// root cause is located
8285
public void testCopyFileToPod() throws IOException, ApiException, InterruptedException {
8386

8487
File testFile = File.createTempFile("testfile", null);

0 commit comments

Comments
 (0)