Skip to content

Commit 59e1bf3

Browse files
author
S L
committed
Revert "Ignore failing tests on macos"
This reverts commit e62909a.
1 parent 6ca9bd9 commit 59e1bf3

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.java-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/test/java/pl/project13/maven/git/NativeAndJGitProviderTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
import org.apache.maven.project.MavenProject;
2929
import org.junit.Assert;
30-
import org.junit.Ignore;
3130
import org.junit.Test;
3231

3332
import pl.project13.maven.git.FileSystemMavenSandbox.CleanUp;
@@ -55,7 +54,6 @@ public class NativeAndJGitProviderTest extends GitIntegrationTest
5554
public static final String ISO8601_FORMAT_STRING = "yyyy-MM-dd'T'HH:mm:ssZZ";
5655

5756
@Test
58-
@Ignore
5957
public void testCompareBasic() throws Exception
6058
{
6159
// Test on all available basic repos to ensure that the output is identical.
@@ -67,7 +65,6 @@ public void testCompareBasic() throws Exception
6765
}
6866

6967
@Test
70-
@Ignore
7168
public void testCompareSubrepoInRoot() throws Exception
7269
{
7370
for (AvailableGitTestRepo testRepo : AvailableGitTestRepo.values()) {
@@ -81,7 +78,6 @@ public void testCompareSubrepoInRoot() throws Exception
8178
}
8279

8380
@Test
84-
@Ignore
8581
public void testCompareSubrepoInChild() throws Exception
8682
{
8783
for (AvailableGitTestRepo testRepo : AvailableGitTestRepo.values()) {
@@ -95,7 +91,6 @@ public void testCompareSubrepoInChild() throws Exception
9591
}
9692

9793
@Test
98-
@Ignore
9994
public void testCompareISO8601Time() throws Exception
10095
{
10196
// Test on all available basic repos to ensure that the output is identical.

0 commit comments

Comments
 (0)