Skip to content

Commit

Permalink
skip flaky suite (#112732)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Sep 21, 2021
1 parent 69b57c0 commit 2d67d8c
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) {
const browser = getService('browser');
const searchSessions = getService('searchSessions');

describe('dashboard in space', () => {
// Failing: See https://github.com/elastic/kibana/issues/112732
describe.skip('dashboard in space', () => {
describe('Storing search sessions in space', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/dashboard/session_in_space');
Expand Down

0 comments on commit 2d67d8c

Please sign in to comment.