File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
server/src/test/java/org/elasticsearch Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 107107import static org .hamcrest .Matchers .not ;
108108import static org .hamcrest .Matchers .notNullValue ;
109109
110- @ ESIntegTestCase .ClusterScope (scope = ESIntegTestCase .Scope .SUITE )
110+ @ ESIntegTestCase .ClusterScope (scope = ESIntegTestCase .Scope .TEST )
111111public class CorruptedFileIT extends ESIntegTestCase {
112112
113113 @ Override
Original file line number Diff line number Diff line change 6464import static org .hamcrest .Matchers .not ;
6565import static org .hamcrest .Matchers .nullValue ;
6666
67+ @ ESIntegTestCase .ClusterScope (scope = ESIntegTestCase .Scope .TEST )
6768public class FlushIT extends ESIntegTestCase {
6869
6970 public void testWaitIfOngoing () throws InterruptedException {
You can’t perform that action at this time.
0 commit comments