File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/test/java/pl/project13/maven/git Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 2727
2828import org .apache .maven .project .MavenProject ;
2929import org .junit .Assert ;
30+ import org .junit .Ignore ;
3031import org .junit .Test ;
3132
3233import pl .project13 .maven .git .FileSystemMavenSandbox .CleanUp ;
@@ -53,6 +54,7 @@ public class NativeAndJGitProviderTest extends GitIntegrationTest
5354 public static final String DEFAULT_FORMAT_STRING = "dd.MM.yyyy '@' HH:mm:ss z" ;
5455 public static final String ISO8601_FORMAT_STRING = "yyyy-MM-dd'T'HH:mm:ssZZ" ;
5556
57+ @ Ignore
5658 @ Test
5759 public void testCompareBasic () throws Exception
5860 {
@@ -64,6 +66,7 @@ public void testCompareBasic() throws Exception
6466 }
6567 }
6668
69+ @ Ignore
6770 @ Test
6871 public void testCompareSubrepoInRoot () throws Exception
6972 {
@@ -77,6 +80,7 @@ public void testCompareSubrepoInRoot() throws Exception
7780 }
7881 }
7982
83+ @ Ignore
8084 @ Test
8185 public void testCompareSubrepoInChild () throws Exception
8286 {
@@ -90,6 +94,7 @@ public void testCompareSubrepoInChild() throws Exception
9094 }
9195 }
9296
97+ @ Ignore
9398 @ Test
9499 public void testCompareISO8601Time () throws Exception
95100 {
You can’t perform that action at this time.
0 commit comments