Skip to content

Commit bf3fcbb

Browse files
committed
Suppress transport client in snapshot stress tests
Fixes test failures introduced in elastic#78611
1 parent 25b1020 commit bf3fcbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/internalClusterTest/java/org/elasticsearch/snapshots/SnapshotStressTestsIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
import org.elasticsearch.core.Tuple;
4848
import org.elasticsearch.repositories.RepositoryCleanupResult;
4949
import org.elasticsearch.repositories.fs.FsRepository;
50+
import org.elasticsearch.test.ESIntegTestCase;
5051
import org.elasticsearch.test.InternalTestCluster;
5152
import org.elasticsearch.threadpool.ScalingExecutorBuilder;
5253
import org.elasticsearch.threadpool.TestThreadPool;
@@ -78,6 +79,7 @@
7879
import static org.hamcrest.Matchers.notNullValue;
7980

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

8385
public void testRandomActivities() throws InterruptedException {

0 commit comments

Comments
 (0)