mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
skip failing test suite (#164164)
This commit is contained in:
parent
82d5dcfcc5
commit
d2e564a946
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
const kibanaServer = getService('kibanaServer');
|
||||
const testSubjects = getService('testSubjects');
|
||||
|
||||
describe('Home page', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/164164
|
||||
describe.skip('Home page', function () {
|
||||
this.tags('includeFirefox');
|
||||
before(async () => {
|
||||
await kibanaServer.savedObjects.cleanStandardList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue