RocMarshal commented on a change in pull request #18978:
URL: https://github.com/apache/flink/pull/18978#discussion_r830986538



##########
File path: 
flink-dstl/flink-dstl-dfs/src/test/java/org/apache/flink/changelog/fs/FsStateChangelogStorageTest.java
##########
@@ -21,27 +21,24 @@
 import org.apache.flink.runtime.state.changelog.StateChangelogStorage;
 import 
org.apache.flink.runtime.state.changelog.inmemory.StateChangelogStorageTest;
 
-import org.junit.runner.RunWith;
-import org.junit.runners.Parameterized;
-
+import java.io.File;
 import java.io.IOException;
+import java.util.stream.Stream;
 
 import static 
org.apache.flink.changelog.fs.UnregisteredChangelogStorageMetricGroup.createUnregisteredChangelogStorageMetricGroup;
 
 /** {@link FsStateChangelogStorage} test. */
-@RunWith(Parameterized.class)
 public class FsStateChangelogStorageTest extends StateChangelogStorageTest {

Review comment:
       Good catch




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