Skip to content

Commit 1552fd2

Browse files
committed
Try skipping the push() test
Trying to bisect the cause of the consistent test failure on Windows.
1 parent eeddd7e commit 1552fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/jenkinsci/plugins/gitclient/PushTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public PushTest(String gitImpl, String branchName, String refSpec, Class<Throwab
8383
this.expectedException = expectedException;
8484
}
8585

86-
@Test
86+
// @Test
8787
public void push() throws IOException, GitException, InterruptedException {
8888
checkoutBranchAndCommitFile();
8989

0 commit comments

Comments
 (0)