Skip to content

Commit b5ef14b

Browse files
committed
[Tests] Change cluster scope in CorruptedFileIT and FlushIT
1 parent d6608ca commit b5ef14b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

server/src/test/java/org/elasticsearch/index/store/CorruptedFileIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
import static org.hamcrest.Matchers.not;
108108
import static org.hamcrest.Matchers.notNullValue;
109109

110-
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.SUITE)
110+
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST)
111111
public class CorruptedFileIT extends ESIntegTestCase {
112112

113113
@Override

server/src/test/java/org/elasticsearch/indices/flush/FlushIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
import static org.hamcrest.Matchers.not;
6565
import static org.hamcrest.Matchers.nullValue;
6666

67+
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST)
6768
public class FlushIT extends ESIntegTestCase {
6869

6970
public void testWaitIfOngoing() throws InterruptedException {

0 commit comments

Comments
 (0)