[TEST] Remove debug leftover
This commit is contained in:
parent
dac520170f
commit
7b82660ffc
|
@ -18,7 +18,6 @@
|
||||||
*/
|
*/
|
||||||
package org.elasticsearch.test.test;
|
package org.elasticsearch.test.test;
|
||||||
|
|
||||||
import com.carrotsearch.randomizedtesting.annotations.Repeat;
|
|
||||||
import org.elasticsearch.test.ElasticsearchIntegrationTest;
|
import org.elasticsearch.test.ElasticsearchIntegrationTest;
|
||||||
import org.elasticsearch.test.TestCluster;
|
import org.elasticsearch.test.TestCluster;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
@ -38,7 +37,6 @@ public class TestScopeClusterTests extends ElasticsearchIntegrationTest {
|
||||||
private static Long CLUSTER_SEED = null;
|
private static Long CLUSTER_SEED = null;
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Repeat(iterations = 10, useConstantSeed = true)
|
|
||||||
public void testReproducible() throws IOException {
|
public void testReproducible() throws IOException {
|
||||||
if (ITER++ == 0) {
|
if (ITER++ == 0) {
|
||||||
CLUSTER_SEED = cluster().seed();
|
CLUSTER_SEED = cluster().seed();
|
||||||
|
|
Loading…
Reference in New Issue