Skip to content

Commit

Permalink
Skip "space with index pattern management disabled" functional test f…
Browse files Browse the repository at this point in the history
…or cloud env (elastic#74073)

* Skipped due to occasional flakiness in cloud env, cause by ingest management tests
  • Loading branch information
kertal committed Aug 6, 2020
1 parent 1187070 commit 7f815be
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7f815be

Please sign in to comment.