File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
codecs/json-codec/src/test/java/software/amazon/smithy/java/json Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2727import java .util .List ;
2828import java .util .function .Consumer ;
2929import org .junit .jupiter .api .Assertions ;
30+ import org .junit .jupiter .api .Disabled ;
3031import org .junit .jupiter .api .Test ;
3132import org .junit .jupiter .params .ParameterizedTest ;
3233import org .junit .jupiter .params .provider .Arguments ;
@@ -424,6 +425,7 @@ public static List<Arguments> checkEqualitySource() {
424425 }
425426
426427 @ Test
428+ @ Disabled //TODO revisit if this test makes sense. See https://github.com/smithy-lang/smithy-java/pull/629
427429 public void onlyEqualIfBothUseTimestampFormat () {
428430 var de1 = JsonCodec .builder ()
429431 .useTimestampFormat (true )
@@ -441,6 +443,7 @@ public void onlyEqualIfBothUseTimestampFormat() {
441443 }
442444
443445 @ Test
446+ @ Disabled //TODO revisit if this test makes sense. See https://github.com/smithy-lang/smithy-java/pull/629
444447 public void onlyEqualIfBothUseJsonName () {
445448 var de1 = JsonCodec .builder ()
446449 .useJsonName (true )
You can’t perform that action at this time.
0 commit comments