mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
skip flaky suite (#156106)
This commit is contained in:
parent
8e95c0dfea
commit
1bbfb597ac
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ export default function ({
|
|||
const testSubjects = getService('testSubjects');
|
||||
const PageObjects = getPageObjects(['common']);
|
||||
|
||||
describe('Screenshotting Example', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/156106
|
||||
describe.skip('Screenshotting Example', function () {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded(
|
||||
'src/platform/test/functional/fixtures/es_archiver/logstash_functional'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue