mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#101449)
This commit is contained in:
parent
c28b5e922b
commit
8ffebe8c75
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const PageObjects = getPageObjects(['common', 'discover', 'timePicker']);
|
||||
const testSubjects = getService('testSubjects');
|
||||
|
||||
describe('discover sidebar', function describeIndexTests() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/101449
|
||||
describe.skip('discover sidebar', function describeIndexTests() {
|
||||
before(async function () {
|
||||
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/logstash_functional');
|
||||
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/discover');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue