mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#116882)
This commit is contained in:
parent
ffb83e199b
commit
dffb7e1375
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue