[TEST] Remove debug leftover

This commit is contained in:
Simon Willnauer 2014-12-12 09:29:33 +01:00
parent dac520170f
commit 7b82660ffc
1 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@
*/
package org.elasticsearch.test.test;
import com.carrotsearch.randomizedtesting.annotations.Repeat;
import org.elasticsearch.test.ElasticsearchIntegrationTest;
import org.elasticsearch.test.TestCluster;
import org.junit.Test;
@ -38,7 +37,6 @@ public class TestScopeClusterTests extends ElasticsearchIntegrationTest {
private static Long CLUSTER_SEED = null;
@Test
@Repeat(iterations = 10, useConstantSeed = true)
public void testReproducible() throws IOException {
if (ITER++ == 0) {
CLUSTER_SEED = cluster().seed();