mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#167661)
This commit is contained in:
parent
50fa260d4c
commit
be98e218c0
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
let unsavedPanelCount = 0;
|
||||
const testQuery = 'Test Query';
|
||||
|
||||
describe('dashboard unsaved state', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/167661
|
||||
describe.skip('dashboard unsaved state', () => {
|
||||
before(async () => {
|
||||
await kibanaServer.savedObjects.cleanStandardList();
|
||||
await kibanaServer.importExport.load(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue