Skip to content

Commit

Permalink
re-skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Nov 2, 2021
1 parent 5039a6e commit 3539c15
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 3539c15

Please sign in to comment.