mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#156014)
This commit is contained in:
parent
075debc686
commit
9e415f3226
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
const es = getService('es');
|
||||
const security = getService('security');
|
||||
|
||||
describe('Ingest Pipelines', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/156014
|
||||
describe.skip('Ingest Pipelines', function () {
|
||||
this.tags('smoke');
|
||||
before(async () => {
|
||||
await security.testUser.setRoles(['ingest_pipelines_user']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue