mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite. #135089
This commit is contained in:
parent
a92f79c511
commit
8a3975a410
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const kibanaServer = getService('kibanaServer');
|
||||
const PageObjects = getPageObjects(['common', 'header']);
|
||||
|
||||
describe('overview page - Analytics apps', function describeIndexTests() {
|
||||
// FLAKY https://github.com/elastic/kibana/issues/135089
|
||||
describe.skip('overview page - Analytics apps', function describeIndexTests() {
|
||||
before(async () => {
|
||||
await esArchiver.load('test/functional/fixtures/es_archiver/logstash_functional');
|
||||
await kibanaServer.importExport.load(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue