mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[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:
parent
956ac7408b
commit
d64d7ae0b7
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue