mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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:
parent
f5c9aa8860
commit
aa75f80afd
1 changed files with 4 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue