AMashenkov commented on code in PR #7630:
URL: https://github.com/apache/ignite-3/pull/7630#discussion_r2832247102
##########
modules/api/src/test/java/org/apache/ignite/table/TupleImplTest.java:
##########
@@ -91,4 +93,12 @@ void testValueOrDefaultSkipNormalization() {
// must be found by non normalized name, regular method does
normalization
assertEquals("non-normalized", tuple.valueOrDefault("\"Name\"",
"default"));
}
+
+ @Disabled("https://issues.apache.org/jira/browse/IGNITE-27577")
+ @ParameterizedTest
+ @Override
+ @SuppressWarnings("JUnitMalformedDeclaration")
+ public void allTypesUnsupportedConversion(ColumnType from, ColumnType to) {
+ super.allTypesUnsupportedConversion(from, to);
Review Comment:
Maybe we can check only exception class, rather than disable the test?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]