Skip to content

Commit 465e2c7

Browse files
committed
Reduce scope
1 parent 0620297 commit 465e2c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/internalClusterTest/java/org/elasticsearch/action/bulk/OperationsOnSeqNoDisabledIndicesIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import static org.hamcrest.Matchers.is;
3232
import static org.hamcrest.Matchers.notNullValue;
3333

34-
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST, minNumDataNodes = 2)
34+
@ESIntegTestCase.ClusterScope(minNumDataNodes = 2)
3535
public class OperationsOnSeqNoDisabledIndicesIT extends ESIntegTestCase {
3636
public void testBulkWithMixedOperationsAcrossSeqNoDisabledAndEnabledIndices() {
3737
assumeTrue("Test requires disable_sequence_numbers feature flag", IndexSettings.DISABLE_SEQUENCE_NUMBERS_FEATURE_FLAG);

0 commit comments

Comments
 (0)