This app is an entirely different app on cloud. Disabling. (#51844) (#52239)

This commit is contained in:
John Dorlus 2019-12-04 23:02:27 -05:00 committed by GitHub
parent 54d68ebf6c
commit b771c50f12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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