[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:
parent
9fad3cf85c
commit
133591a26f
|
@ -256,7 +256,6 @@ public final class WatcherTestUtils {
|
|||
return randomFrom(
|
||||
SearchType.QUERY_AND_FETCH,
|
||||
SearchType.QUERY_THEN_FETCH,
|
||||
SearchType.DFS_QUERY_THEN_FETCH,
|
||||
SearchType.DFS_QUERY_AND_FETCH);
|
||||
SearchType.DFS_QUERY_THEN_FETCH);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue