[Upgrade Assistant] Skip cloud backup tests for cloud (#120601)

* Skip tests that require fs repositories in cloud

* commit using @elastic.co
This commit is contained in:
Ignacio Rivas 2021-12-07 17:54:49 +02:00 committed by GitHub
parent 956ac7408b
commit d64d7ae0b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,10 @@ export default function ({ getService }: FtrProviderContext) {
});
};
describe('Cloud backup status', () => {
describe('Cloud backup status', function () {
// file system repositories are not supported in cloud
this.tags(['skipCloud']);
describe('get', () => {
describe('with backups present', () => {
// Needs SnapshotInfo type https://github.com/elastic/elasticsearch-specification/issues/685