mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#147634)
This commit is contained in:
parent
03ad4e99e5
commit
f11affb8e2
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const unsavedDashboardTitle = 'New Dashboard';
|
||||
const newDashboartTitle = 'A Wild Dashboard';
|
||||
|
||||
describe('dashboard unsaved listing', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/147634
|
||||
describe.skip('dashboard unsaved listing', () => {
|
||||
const addSomePanels = async () => {
|
||||
// add an area chart by value
|
||||
await dashboardAddPanel.clickEditorMenuButton();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue