mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#157711)
This commit is contained in:
parent
b83f47560f
commit
f4e9cd15d5
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/157711
|
||||
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