We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de63b2b commit 895e30cCopy full SHA for 895e30c
server/src/internalClusterTest/java/org/elasticsearch/search/basic/SearchWithRandomDisconnectsIT.java
@@ -34,7 +34,6 @@
34
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked;
35
36
@LuceneTestCase.SuppressFileSystems(value = "HandleLimitFS") // we sometimes have >2048 open files
37
-@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.SUITE)
38
public class SearchWithRandomDisconnectsIT extends AbstractDisruptionTestCase {
39
40
public void testSearchWithRandomDisconnects() throws InterruptedException, ExecutionException {
0 commit comments