Skip to content

Commit

Permalink
Test fix - GraphExploreResponseTests should not randomise array elements
Browse files Browse the repository at this point in the history
Closes #33086
  • Loading branch information
markharwood committed Aug 23, 2018
1 parent b6fca90 commit 6a92a35
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ private static GraphExploreResponse createInstance(int numFailures) {
}


@Override
protected String[] getShuffleFieldsExceptions() {
return new String[]{"vertices"};
}

private static GraphExploreResponse createTestInstanceWithFailures() {
return createInstance(randomIntBetween(1, 128));
}
Expand Down

0 comments on commit 6a92a35

Please sign in to comment.