Temporarily @Ignore flaky CommitCommandTest methods

Change-Id: Ia2c42d014323bd29b85bf76f1a20c83f612406d7
This commit is contained in:
Dave Borowitz 2017-07-07 14:43:57 -04:00 committed by David Pursehouse
parent 843e444561
commit e93b0026ce
1 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,7 @@
import org.eclipse.jgit.treewalk.TreeWalk;
import org.eclipse.jgit.treewalk.filter.TreeFilter;
import org.eclipse.jgit.util.FS;
import org.junit.Ignore;
import org.junit.Test;
/**
@ -305,6 +306,7 @@ public void commitSubmoduleUpdate() throws Exception {
}
}
@Ignore("very flaky when run with Hudson")
@Test
public void commitUpdatesSmudgedEntries() throws Exception {
try (Git git = new Git(db)) {
@ -361,6 +363,7 @@ public void commitUpdatesSmudgedEntries() throws Exception {
}
}
@Ignore("very flaky when run with Hudson")
@Test
public void commitIgnoresSmudgedEntryWithDifferentId() throws Exception {
try (Git git = new Git(db)) {