Skip to content

Commit

Permalink
skip failing test suite (elastic#167661)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 29, 2023
1 parent 50fa260 commit be98e21
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit be98e21

Please sign in to comment.