mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#192509)
This commit is contained in:
parent
37251b0925
commit
3130c9f016
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const kibanaServer = getService('kibanaServer');
|
||||
const PageObjects = getPageObjects(['common', 'header']);
|
||||
|
||||
describe('overview page - Analytics apps', function describeIndexTests() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/192509
|
||||
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