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 4478f10 commit b4ae29a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,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 b4ae29a

Please sign in to comment.