skip flaky suite (#93354)

This commit is contained in:
Tiago Costa 2021-09-27 12:58:59 +01:00
parent 149d4025b9
commit 5f264441f3
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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 () => {