diff --git a/test/integration/yaml_suite/client_manager.js b/test/integration/yaml_suite/client_manager.js index 7959ea1c4..ffc37f25c 100644 --- a/test/integration/yaml_suite/client_manager.js +++ b/test/integration/yaml_suite/client_manager.js @@ -122,13 +122,13 @@ module.exports = { repository: repo, snapshot: snapshot }); - }) + }, {concurrency: 1}) .then(function () { return client.snapshot.deleteRepository({ repository: repo }); }); - }) + }, {concurrency: 1}) ]); };