Skip to content

Commit

Permalink
Skip snapshot_restore API integration tests in cloud (elastic#88841) (e…
Browse files Browse the repository at this point in the history
…lastic#88859)

This PR disables the snapshot restore API integration tests in cloud.
  • Loading branch information
pheyos authored Jan 21, 2021
1 parent 7ef4ea8 commit 3c4d152
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export default function ({ getService }: FtrProviderContext) {
} = registerEsHelpers(getService);

describe('Snapshot Lifecycle Management', function () {
this.tags(['skipCloud']); // file system repositories are not supported in cloud

before(async () => {
try {
await createRepository(REPO_NAME);
Expand Down

0 comments on commit 3c4d152

Please sign in to comment.