Removing erroneous repeat

This commit is contained in:
Christoph Büscher 2018-06-05 16:34:19 +02:00
parent 81172c0c31
commit 14c40885be
1 changed files with 0 additions and 1 deletions

View File

@ -132,7 +132,6 @@ public class RolloverResponseTests extends AbstractStreamableXContentTestCase<Ro
}
}
@Repeat(iterations=1000)
public void testOldSerialisation() throws IOException {
RolloverResponse original = createTestInstance();
assertSerialization(original, VersionUtils.randomVersionBetween(random(), Version.V_6_0_0, Version.V_6_4_0));