Skip to content

Commit

Permalink
[MINOR] Re-enable Cleaner tests (#7317)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykudinkin authored Nov 29, 2022
1 parent e88b474 commit b31ef12
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
import org.apache.hadoop.fs.FSDataOutputStream;
import org.apache.hadoop.fs.Path;
import org.apache.spark.api.java.JavaRDD;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;
Expand Down Expand Up @@ -117,8 +116,6 @@
/**
* Test Cleaning related logic.
*/
// TODO uncomment
@Disabled
public class TestCleaner extends HoodieClientTestBase {

private static final int BIG_BATCH_INSERT_SIZE = 500;
Expand Down

0 comments on commit b31ef12

Please sign in to comment.