SOLR-13375 - fix test. Can't shuffle the to random collections at

this point in the test since the collections available are changing due
to deletions and we might try to communicate with a collection
that was (correctly) deleted.

(cherry picked from commit a7435d9e6e)
This commit is contained in:
Gus Heck 2019-07-19 10:00:53 -04:00
parent 1eb2a26c6c
commit fa5e033086
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ public class DimensionalRoutedAliasUpdateProcessorTest extends RoutedAliasUpdate
)
);
addDocsAndCommit(false,
addDocsAndCommit(true,
newDoc("shorthair", "2019-07-02T23:00:00Z"), // no effect expected
newDoc("calico", "2019-07-06T00:00:00Z") // create July 6, delete July 1
);