mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#93354)
This commit is contained in:
parent
149d4025b9
commit
5f264441f3
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue