mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#165839)
This commit is contained in:
parent
23e17ab5dd
commit
234c46d5b7
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const retry = getService('retry');
|
||||
const PageObjects = getPageObjects(['discover', 'observabilityLogExplorer', 'timePicker']);
|
||||
|
||||
describe('Header menu', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/165839
|
||||
describe.skip('Header menu', () => {
|
||||
before(async () => {
|
||||
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover');
|
||||
await esArchiver.load(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue