Skip "space with index pattern management disabled" functional test for cloud env (#74073)

* Skipped due to occasional flakiness in cloud env, cause by ingest management tests
This commit is contained in:
Matthias Wilhelm 2020-08-06 08:07:19 +02:00 committed by GitHub
parent f5c9aa8860
commit aa75f80afd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,10 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
});
describe('space with index pattern management disabled', () => {
describe('space with index pattern management disabled', function () {
// unskipped because of flakiness in cloud, caused be ingest management tests
// should be unskipped when https://github.com/elastic/kibana/issues/74353 was resolved
this.tags(['skipCloud']);
before(async () => {
await spacesService.create({
id: 'custom_space_no_index_patterns',