Skip to content

Commit

Permalink
Disabled tests that need a newer version of json-io (they will be com…
Browse files Browse the repository at this point in the history
…ing online soon)
  • Loading branch information
jdereg committed Feb 8, 2025
1 parent 4cf4bef commit 6a6601a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.MethodSource;
Expand Down Expand Up @@ -4078,7 +4079,7 @@ private static Stream<Arguments> generateTestEverythingParamsInReverse() {
*
* Need to wait for json-io 4.34.0 to enable.
*/
// @Disabled
@Disabled
@ParameterizedTest(name = "{0}[{2}] ==> {1}[{3}]")
@MethodSource("generateTestEverythingParams")
void testConvertJsonIo(String shortNameSource, String shortNameTarget, Object source, Object target, Class<?> sourceClass, Class<?> targetClass, int index) {
Expand Down Expand Up @@ -4176,7 +4177,7 @@ void testConvertJsonIo(String shortNameSource, String shortNameTarget, Object so
}
}

// @Disabled
@Disabled
@ParameterizedTest(name = "{0}[{2}] ==> {1}[{3}]")
@MethodSource("generateTestEverythingParamsInReverse")
void testConvertReverseJsonIo(String shortNameSource, String shortNameTarget, Object source, Object target, Class<?> sourceClass, Class<?> targetClass, int index) {
Expand Down

0 comments on commit 6a6601a

Please sign in to comment.