mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#131729)
This commit is contained in:
parent
9ca3f4a92d
commit
53d170aeca
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const ebtUIHelper = getService('kibana_ebt_ui');
|
||||
const { common } = getPageObjects(['common']);
|
||||
|
||||
describe('Core Context Providers', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/131729
|
||||
describe.skip('Core Context Providers', () => {
|
||||
let event: Event;
|
||||
before(async () => {
|
||||
await common.navigateToApp('home');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue