skip flaky suite (#116882)

This commit is contained in:
Tiago Costa 2021-12-06 13:42:14 +00:00
parent ffb83e199b
commit dffb7e1375
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -23,7 +23,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
baselineAPdfPrint: path.resolve(__dirname, 'fixtures/baseline/capture_a_print.pdf'),
};
describe('Captures', () => {
// FLAKY: https://github.com/elastic/kibana/issues/116882
describe.skip('Captures', () => {
it('PNG that matches the baseline', async () => {
await PageObjects.common.navigateToApp(appId);