Selaa lähdekoodia

Merge branch 'stable-4.6' into stable-4.7

* stable-4.6:
  Temporarily @Ignore flaky CommitCommandTest methods

Change-Id: Idc653c22a9af2013a4c481bb19ca8d059f5c34d0
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
tags/v5.0.1.201806211838-r
David Pursehouse 6 vuotta sitten
vanhempi
commit
bb5dab9613

+ 3
- 0
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitCommandTest.java Näytä tiedosto

@@ -76,6 +76,7 @@ import org.eclipse.jgit.submodule.SubmoduleWalk;
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 class CommitCommandTest extends RepositoryTestCase {
}
}

@Ignore("very flaky when run with Hudson")
@Test
public void commitUpdatesSmudgedEntries() throws Exception {
try (Git git = new Git(db)) {
@@ -361,6 +363,7 @@ public class CommitCommandTest extends RepositoryTestCase {
}
}

@Ignore("very flaky when run with Hudson")
@Test
public void commitIgnoresSmudgedEntryWithDifferentId() throws Exception {
try (Git git = new Git(db)) {

Loading…
Peruuta
Tallenna