Skip to content

Commit

Permalink
Disable resource tests while waiting for the fix to be backported
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Nov 8, 2023
1 parent bc0882e commit fa687d7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import org.apache.logging.log4j.Logger;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.opensearch.action.index.IndexRequest;
Expand All @@ -48,6 +49,7 @@

import com.carrotsearch.randomizedtesting.annotations.ThreadLeakScope;

@Ignore("Waiting on backport for https://github.com/opensearch-project/security/pull/3418")
@RunWith(com.carrotsearch.randomizedtesting.RandomizedRunner.class)
@ThreadLeakScope(ThreadLeakScope.Scope.NONE)
public class ResourceFocusedTests {
Expand Down

0 comments on commit fa687d7

Please sign in to comment.