Skip to content

Commit

Permalink
Suppress transport client in snapshot stress tests
Browse files Browse the repository at this point in the history
Fixes test failures introduced in #78611
  • Loading branch information
DaveCTurner committed Oct 18, 2021
1 parent 25b1020 commit bf3fcbb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
import org.elasticsearch.core.Tuple;
import org.elasticsearch.repositories.RepositoryCleanupResult;
import org.elasticsearch.repositories.fs.FsRepository;
import org.elasticsearch.test.ESIntegTestCase;
import org.elasticsearch.test.InternalTestCluster;
import org.elasticsearch.threadpool.ScalingExecutorBuilder;
import org.elasticsearch.threadpool.TestThreadPool;
Expand Down Expand Up @@ -78,6 +79,7 @@
import static org.hamcrest.Matchers.notNullValue;

@LuceneTestCase.SuppressFileSystems(value = "HandleLimitFS") // we sometimes have >2048 open files
@ESIntegTestCase.ClusterScope(transportClientRatio = 0.)
public class SnapshotStressTestsIT extends AbstractSnapshotIntegTestCase {

public void testRandomActivities() throws InterruptedException {
Expand Down

0 comments on commit bf3fcbb

Please sign in to comment.