Skip to content

Commit

Permalink
skip flaky suite (#97701)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Jul 18, 2021
1 parent 2eed53f commit e9988b1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const dashboardExpect = getService('dashboardExpect');
const searchSessions = getService('searchSessions');

describe('save a search sessions with relative time', () => {
// Failing: See https://github.com/elastic/kibana/issues/97701
describe.skip('save a search sessions with relative time', () => {
before(async () => {
await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {
useActualUrl: true,
Expand Down

0 comments on commit e9988b1

Please sign in to comment.