Skip to content

Commit

Permalink
skip flaky suite (#93354)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5f26444)
  • Loading branch information
mistic authored and spalger committed Oct 6, 2021
1 parent b86c1c4 commit fc88c9d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export default function ({ getService }: FtrProviderContext) {
await reportingAPI.deleteAllReports();
});

describe('Pre 6_2', () => {
// FLAKY: https://github.com/elastic/kibana/issues/93354
describe.skip('Pre 6_2', () => {
// The URL being tested was captured from release 6.4 and then the layout section was removed to test structure before
// preserve_layout was introduced. See https://github.com/elastic/kibana/issues/23414
it('job posted successfully', async () => {
Expand Down

0 comments on commit fc88c9d

Please sign in to comment.