Skip to content

Commit

Permalink
Re-enables CrossClusterSearchTests (opensearch-project#3554)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Corazon <[email protected]>
  • Loading branch information
EduardoCorazon authored Oct 30, 2023
1 parent a349999 commit 0a1c9ee
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import org.apache.commons.lang3.tuple.Pair;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand Down Expand Up @@ -65,7 +64,7 @@
* This is a parameterized test so that one test class is used to test security plugin behaviour when <code>ccsMinimizeRoundtrips</code>
* option is enabled or disabled. Method {@link #parameters()} is a source of parameters values.
*/
@Ignore("Setting up two clusters at once seems to be prone to issues where they have port mismatches")

@RunWith(com.carrotsearch.randomizedtesting.RandomizedRunner.class)
@ThreadLeakScope(ThreadLeakScope.Scope.NONE)
public class CrossClusterSearchTests {
Expand Down

0 comments on commit 0a1c9ee

Please sign in to comment.