mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#106650)
This commit is contained in:
parent
1d979d187e
commit
91779ec7e4
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
const retry = getService('retry');
|
||||
const pageObjects = getPageObjects(['common', 'infraHome', 'infraSavedViews']);
|
||||
|
||||
describe('Home page', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/106650
|
||||
describe.skip('Home page', function () {
|
||||
this.tags('includeFirefox');
|
||||
before(async () => {
|
||||
await esArchiver.load('x-pack/test/functional/es_archives/empty_kibana');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue