mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#216044)
This commit is contained in:
parent
34cf355080
commit
bef2895f8f
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
let defaultPipeline: string;
|
||||
let finalPipeline: string;
|
||||
|
||||
describe('@ess @serverless indices metadata', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/216044
|
||||
describe.skip('@ess @serverless indices metadata', () => {
|
||||
beforeEach(async () => {
|
||||
dsName = await randomDatastream(es);
|
||||
await ensureBackingIndices(dsName, NUM_INDICES, es);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue