snuyanzin commented on code in PR #19716:
URL: https://github.com/apache/flink/pull/19716#discussion_r875293489


##########
flink-connectors/flink-connector-files/src/test/java/org/apache/flink/connector/file/sink/FileSinkITBase.java:
##########
@@ -47,20 +44,17 @@ public abstract class FileSinkITBase extends TestLogger {
 
     protected static final double FAILOVER_RATIO = 0.4;
 
-    @ClassRule public static final TemporaryFolder TEMPORARY_FOLDER = new 
TemporaryFolder();
-
-    @Parameterized.Parameter public boolean triggerFailover;
-
-    @Parameterized.Parameters(name = "triggerFailover = {0}")
-    public static Collection<Object[]> params() {
-        return Arrays.asList(new Object[] {false}, new Object[] {true});
+    public static Stream<Boolean> params() {

Review Comment:
   yep, done



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to