Skip to content

Commit

Permalink
[#2157] chore(test): Disable AccessClusterTest until solved (#2151)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

Disable AccessClusterTest until solve this flaky test

### Why are the changes needed?

This test is failed recently, and can not find the reason.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

UT
  • Loading branch information
maobaolong authored Sep 28, 2024
1 parent a283eb5 commit ca07763
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

import com.google.common.collect.Sets;
import com.google.common.util.concurrent.Uninterruptibles;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.io.TempDir;

Expand All @@ -51,6 +52,7 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;

@Disabled("flaky test")
public class AccessClusterTest extends CoordinatorTestBase {

public static class MockedAccessChecker implements AccessChecker {
Expand Down

0 comments on commit ca07763

Please sign in to comment.