|
@@ -256,7 +256,7 @@ public class SearchableSnapshotsCanMatchOnCoordinatorIntegTests extends BaseSear
|
|
|
|
|
|
// Block the repository for the node holding the searchable snapshot shards
|
|
|
// to delay its restore
|
|
|
- blockDataNode(repositoryName, dataNodeHoldingSearchableSnapshot);
|
|
|
+ blockNodeOnAnyFiles(repositoryName, dataNodeHoldingSearchableSnapshot);
|
|
|
|
|
|
// Force the searchable snapshot to be allocated in a particular node
|
|
|
Settings restoredIndexSettings = Settings.builder()
|