Skip to content

Commit

Permalink
mute IndicesOptionsTests.testSerialization
Browse files Browse the repository at this point in the history
See #30644
  • Loading branch information
bleskes committed May 16, 2018
1 parent 0aafb06 commit 5f16852
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
import static org.hamcrest.CoreMatchers.equalTo;

public class IndicesOptionsTests extends ESTestCase {

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/30644")
public void testSerialization() throws Exception {
int iterations = randomIntBetween(5, 20);
for (int i = 0; i < iterations; i++) {
Expand Down

0 comments on commit 5f16852

Please sign in to comment.