File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
integration_tests/src/test/java/de/psanetra/gitsemver Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public void shouldReturnVersionsNotReachableFromHEAD() {
6767 }
6868
6969 @ Test
70- @ Disabled ("Skipping as it requires a specific version from fork source" )
70+ @ Ignored ("Skipping as it requires a specific version from fork source" )
7171 public void shouldReturnEmptyVersionOnRepoWithoutTags () {
7272 try (var container = new GitSemverContainer ()) {
7373 container .start ();
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public void shouldReturnVersionsNotReachableFromHEAD() {
4646
4747
4848 @ Test
49- @ Disabled ("Skipping as it requires a specific version from fork source" )
49+ @ Ignored ("Skipping as it requires a specific version from fork source" )
5050 public void shouldReturnEmptyVersionOnRepoWithoutTags () {
5151 try (var container = new GitSemverContainer ()) {
5252 container .start ();
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public void shouldConvertPrereleaseToRelease() {
9999 /**
100100 * In this case the next command can not calculate the next version based on the commits since the latest release.
101101 */
102- @ Disabled ("Skipping as it requires a specific version from fork source" )
102+ @ Ignored ("Skipping as it requires a specific version from fork source" )
103103 @ Test
104104 public void shouldReturnErrorCodeIfLatestVersionNotReachableFromHEAD () throws IOException , InterruptedException {
105105 try (var container = new GitSemverContainer ()) {
@@ -150,7 +150,7 @@ public void shouldNotReturnErrorCodeIfLatestVersionReachableFromDetachedHEAD() t
150150
151151 }
152152
153- @ Disabled ("Skipping as it requires a specific version from fork source" )
153+ @ Ignored ("Skipping as it requires a specific version from fork source" )
154154 @ Test
155155 public void shouldReturnFirstVersionOnRepoWithoutTags () {
156156 try (var container = new GitSemverContainer ()) {
@@ -251,7 +251,7 @@ public void shouldReturnNewVersionAfterMergeWithFeatureBranchPrallelToRelease()
251251
252252 }
253253
254- @ Disabled ("Skipping as it requires a specific version from fork source" )
254+ @ Ignored ("Skipping as it requires a specific version from fork source" )
255255 @ Test
256256 public void shouldPanicIfCommitIsMissingOnShallowClone () {
257257 try (var container = new GitSemverContainer ()) {
You can’t perform that action at this time.
0 commit comments