mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
Test fix - GraphExploreResponseTests should not randomise array elements
Closes #33086
This commit is contained in:
parent
f3cfd4504f
commit
f860e589a6
@ -87,6 +87,11 @@ public class GraphExploreResponseTests extends AbstractXContentTestCase< GraphEx
|
||||
protected boolean supportsUnknownFields() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String[] getShuffleFieldsExceptions() {
|
||||
return new String[]{"vertices"};
|
||||
}
|
||||
|
||||
protected Predicate<String> getRandomFieldsExcludeFilterWhenResultHasErrors() {
|
||||
return field -> field.startsWith("responses");
|
||||
|
Loading…
x
Reference in New Issue
Block a user