File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
integration_tests/src/test/java/de/psanetra/gitsemver Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ public void shouldReturnVersionsNotReachableFromHEAD() {
6666
6767 }
6868
69- @ Disabled
69+ @ Test
7070 public void shouldReturnEmptyVersionOnRepoWithoutTags () {
71-
71+ @ Disabled
7272 try (var container = new GitSemverContainer ()) {
7373 container .start ();
7474
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ public void shouldReturnVersionsNotReachableFromHEAD() {
4444
4545 }
4646
47- @ Disabled
47+ @ Test
4848 public void shouldReturnEmptyVersionOnRepoWithoutTags () {
49-
49+ @ Disabled
5050 try (var container = new GitSemverContainer ()) {
5151 container .start ();
5252
Original file line number Diff line number Diff line change @@ -99,9 +99,9 @@ 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
102+ @ Test
103103 public void shouldReturnErrorCodeIfLatestVersionNotReachableFromHEAD () throws IOException , InterruptedException {
104-
104+ @ Disabled
105105 try (var container = new GitSemverContainer ()) {
106106 container .start ();
107107
@@ -150,9 +150,9 @@ public void shouldNotReturnErrorCodeIfLatestVersionReachableFromDetachedHEAD() t
150150
151151 }
152152
153- @ Disabled
153+ @ Test
154154 public void shouldReturnFirstVersionOnRepoWithoutTags () {
155-
155+ @ Disabled
156156 try (var container = new GitSemverContainer ()) {
157157 container .start ();
158158
@@ -251,9 +251,9 @@ public void shouldReturnNewVersionAfterMergeWithFeatureBranchPrallelToRelease()
251251
252252 }
253253
254- @ Disabled
254+ @ Test
255255 public void shouldPanicIfCommitIsMissingOnShallowClone () {
256-
256+ @ Disabled
257257 try (var container = new GitSemverContainer ()) {
258258 container .start ();
259259
You can’t perform that action at this time.
0 commit comments