mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#112920)
This commit is contained in:
parent
b146f82969
commit
7010b67f2b
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const inspector = getService('inspector');
|
||||
|
||||
describe('Dashboard Panel', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/112920
|
||||
describe.skip('Dashboard Panel', () => {
|
||||
before(async () => {
|
||||
await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {
|
||||
useActualUrl: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue