[TEST] Remove dfs_query_and_fetch - this mode is internal only and will be removed

Original commit: elastic/x-pack-elasticsearch@f6bb9ce498
This commit is contained in:
Simon Willnauer 2017-01-25 20:18:18 +01:00
parent 9fad3cf85c
commit 133591a26f
1 changed files with 1 additions and 2 deletions

View File

@ -256,7 +256,6 @@ public final class WatcherTestUtils {
return randomFrom( return randomFrom(
SearchType.QUERY_AND_FETCH, SearchType.QUERY_AND_FETCH,
SearchType.QUERY_THEN_FETCH, SearchType.QUERY_THEN_FETCH,
SearchType.DFS_QUERY_THEN_FETCH, SearchType.DFS_QUERY_THEN_FETCH);
SearchType.DFS_QUERY_AND_FETCH);
} }
} }