disable tests until they are fixed

This commit is contained in:
Loredana Crusoveanu
2021-11-26 10:40:22 +02:00
parent 809d118f10
commit b11a9bf4a4
2 changed files with 4 additions and 1 deletions

View File

@@ -5,7 +5,8 @@ import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
public class VersionUnitTest {
// manual test as the runtime JDK version can be different depending on where the test is run
public class VersionManualTest {
@Test
public void givenJava_whenUsingRuntime_thenGetVersion() {