Skip to content

Commit f4e443a

Browse files
committed
Disable tests properly
Signed-off-by: Roger Barker <[email protected]>
1 parent dd30546 commit f4e443a

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

integration_tests/src/test/java/de/psanetra/gitsemver/LatestCmdIncludingPreReleasesTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public void shouldReturnVersionsNotReachableFromHEAD() {
6666

6767
}
6868

69+
@Disabled("Skipping as it requires a specific version from fork source")
6970
@Test
7071
public void shouldReturnEmptyVersionOnRepoWithoutTags() {
7172
@Disabled

integration_tests/src/test/java/de/psanetra/gitsemver/LatestCmdTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public void shouldReturnVersionsNotReachableFromHEAD() {
4444

4545
}
4646

47+
@Disabled("Skipping as it requires a specific version from fork source")
4748
@Test
4849
public void shouldReturnEmptyVersionOnRepoWithoutTags() {
4950
@Disabled

integration_tests/src/test/java/de/psanetra/gitsemver/NextCmdTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +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")
102103
@Test
103104
public void shouldReturnErrorCodeIfLatestVersionNotReachableFromHEAD() throws IOException, InterruptedException {
104105
@Disabled
@@ -150,6 +151,7 @@ public void shouldNotReturnErrorCodeIfLatestVersionReachableFromDetachedHEAD() t
150151

151152
}
152153

154+
@Disabled("Skipping as it requires a specific version from fork source")
153155
@Test
154156
public void shouldReturnFirstVersionOnRepoWithoutTags() {
155157
@Disabled
@@ -251,6 +253,7 @@ public void shouldReturnNewVersionAfterMergeWithFeatureBranchPrallelToRelease()
251253

252254
}
253255

256+
@Disabled("Skipping as it requires a specific version from fork source")
254257
@Test
255258
public void shouldPanicIfCommitIsMissingOnShallowClone() {
256259
@Disabled

0 commit comments

Comments
 (0)