zentol commented on code in PR #19667:
URL: https://github.com/apache/flink/pull/19667#discussion_r867324695
##########
flink-core/src/test/java/org/apache/flink/api/common/typeutils/SerializerTestInstance.java:
##########
@@ -20,14 +20,12 @@
import org.apache.flink.testutils.DeeplyEqualsChecker;
-import org.junit.Ignore;
-import org.junit.Test;
+import org.junit.jupiter.api.Test;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
-@Ignore
-public class SerializerTestInstance<T> extends SerializerTestBase<T> {
+public abstract class SerializerTestInstance<T> extends SerializerTestBase<T> {
Review Comment:
This was required because `@Disable` no longer made junit ignore the test
for some reason.
--
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]