mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#156106)
This commit is contained in:
parent
89de048459
commit
01aabf5792
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('test/functional/fixtures/es_archiver/logstash_functional');
|
||||
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/visualize.json');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue