浏览代码

Merge branch 'stable-4.5' into stable-4.6

* stable-4.5:
  Temporarily @Ignore flaky CommitCommandTest methods

Change-Id: I2a0e0b63a06f442f5a088d4bc8bb08eaf02ce952
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
tags/v5.0.1.201806211838-r
David Pursehouse 5 年前
父节点
当前提交
0f7f3b62ce
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitCommandTest.java

+ 3
- 0
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitCommandTest.java 查看文件

@@ -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;

/**
@@ -291,6 +292,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)) {
@@ -347,6 +349,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)) {

正在加载...
取消
保存