XComp commented on code in PR #19780:
URL: https://github.com/apache/flink/pull/19780#discussion_r989948700


##########
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/TimerSerializerUpgradeTest.java:
##########
@@ -26,31 +26,19 @@
 import org.apache.flink.api.common.typeutils.base.StringSerializer;
 
 import org.hamcrest.Matcher;
-import org.junit.runner.RunWith;
-import org.junit.runners.Parameterized;
 
 import java.util.ArrayList;
 import java.util.Collection;
 
 import static org.hamcrest.Matchers.is;
 
 /** Migration test for {@link TimerSerializer}. */
-@RunWith(Parameterized.class)
-public class TimerSerializerUpgradeTest
+class TimerSerializerUpgradeTest
         extends TypeSerializerUpgradeTestBase<
                 TimerHeapInternalTimer<String, Integer>, 
TimerHeapInternalTimer<String, Integer>> {
 
-    public TimerSerializerUpgradeTest(
-            TestSpecification<
-                            TimerHeapInternalTimer<String, Integer>,
-                            TimerHeapInternalTimer<String, Integer>>
-                    testSpecification) {
-        super(testSpecification);
-    }
-
     @SuppressWarnings("unchecked")

Review Comment:
   Looks like the change got squashed into some other commit `60dfb7e5`



-- 
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]

Reply via email to