Skipped these tests because their apps are not enabled on cloud. (#51677) (#51768)

This commit is contained in:
John Dorlus 2019-11-26 16:59:29 -05:00 committed by GitHub
parent 7e19942f26
commit 87ad98d8a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';
export default ({ loadTestFile }: FtrProviderContext) => {
describe('Cross Cluster Replication app', function() {
this.tags('ciGroup4');
this.tags(['ciGroup4', 'skipCloud']);
loadTestFile(require.resolve('./home_page'));
});
};

View file

@ -8,7 +8,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';
export default ({ loadTestFile }: FtrProviderContext) => {
describe('Remote Clusters app', function() {
this.tags('ciGroup4');
this.tags(['ciGroup4', 'skipCloud']);
loadTestFile(require.resolve('./home_page'));
});
};