提交 de443da6 编写于 作者: C Chesnay Schepler

[hotfix][core][tests] Mark SerializerTestInstance with @Ignore

Some runners may attempt to run this class as a test.
上级 d6a8e8ee
......@@ -21,11 +21,13 @@ package org.apache.flink.api.common.typeutils;
import org.apache.flink.testutils.DeeplyEqualsChecker;
import org.junit.Ignore;
import org.junit.Test;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
@Ignore
public class SerializerTestInstance<T> extends SerializerTestBase<T> {
private final TypeSerializer<T> serializer;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册