Skip to content

Commit

Permalink
Try skipping the push() test
Browse files Browse the repository at this point in the history
Trying to bisect the cause of the consistent test failure on Windows.
  • Loading branch information
MarkEWaite committed Mar 6, 2025
1 parent eeddd7e commit 1552fd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public PushTest(String gitImpl, String branchName, String refSpec, Class<Throwab
this.expectedException = expectedException;
}

@Test
// @Test
public void push() throws IOException, GitException, InterruptedException {
checkoutBranchAndCommitFile();

Expand Down

0 comments on commit 1552fd2

Please sign in to comment.