mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 02:31:06 -04:00
skip failing test suite (#167713)
This commit is contained in:
parent
e9fca3e905
commit
f0e00aef1e
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const FROM_TIME = 'Oct 22, 2018 @ 00:00:00.000';
|
||||
const TO_TIME = 'Dec 3, 2018 @ 00:00:00.000';
|
||||
|
||||
describe('links panel navigation', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/167713
|
||||
describe.skip('links panel navigation', () => {
|
||||
before(async () => {
|
||||
await kibanaServer.savedObjects.cleanStandardList();
|
||||
await security.testUser.setRoles([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue