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