Skip to content

Commit

Permalink
[HUDI-6666] Disabling a flaky or long running tests (apache#9387)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsivabalan committed Aug 8, 2023
1 parent c6639fe commit 0e4c116
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
import org.apache.hadoop.fs.Path;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down Expand Up @@ -170,7 +171,7 @@ public void testAsyncCompaction() throws IOException {
view.close();
}

@Test
@Disabled("HUDI-6666")
public void testAsyncMajorAndMinorCompaction() throws IOException {
SyncableFileSystemView view = getFileSystemView(metaClient);
view.sync();
Expand Down

0 comments on commit 0e4c116

Please sign in to comment.