File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
integration_tests/src/test/java/de/psanetra/gitsemver Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -66,10 +66,9 @@ public void shouldReturnVersionsNotReachableFromHEAD() {
6666
6767 }
6868
69- @ Disabled ("Skipping as it requires a specific version from fork source" )
7069 @ Test
70+ @ Disabled ("Skipping as it requires a specific version from fork source" )
7171 public void shouldReturnEmptyVersionOnRepoWithoutTags () {
72- @ Disabled
7372 try (var container = new GitSemverContainer ()) {
7473 container .start ();
7574
Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ public void shouldReturnVersionsNotReachableFromHEAD() {
4444
4545 }
4646
47- @ Disabled ( "Skipping as it requires a specific version from fork source" )
47+
4848 @ Test
49+ @ Disabled ("Skipping as it requires a specific version from fork source" )
4950 public void shouldReturnEmptyVersionOnRepoWithoutTags () {
50- @ Disabled
5151 try (var container = new GitSemverContainer ()) {
5252 container .start ();
5353
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ public void shouldConvertPrereleaseToRelease() {
102102 @ Disabled ("Skipping as it requires a specific version from fork source" )
103103 @ Test
104104 public void shouldReturnErrorCodeIfLatestVersionNotReachableFromHEAD () throws IOException , InterruptedException {
105- @ Disabled
106105 try (var container = new GitSemverContainer ()) {
107106 container .start ();
108107
@@ -154,7 +153,6 @@ public void shouldNotReturnErrorCodeIfLatestVersionReachableFromDetachedHEAD() t
154153 @ Disabled ("Skipping as it requires a specific version from fork source" )
155154 @ Test
156155 public void shouldReturnFirstVersionOnRepoWithoutTags () {
157- @ Disabled
158156 try (var container = new GitSemverContainer ()) {
159157 container .start ();
160158
@@ -256,7 +254,6 @@ public void shouldReturnNewVersionAfterMergeWithFeatureBranchPrallelToRelease()
256254 @ Disabled ("Skipping as it requires a specific version from fork source" )
257255 @ Test
258256 public void shouldPanicIfCommitIsMissingOnShallowClone () {
259- @ Disabled
260257 try (var container = new GitSemverContainer ()) {
261258 container .start ();
262259
You can’t perform that action at this time.
0 commit comments