mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#155928)
This commit is contained in:
parent
02fefd61f3
commit
075debc686
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: any) {
|
|||
const log = getService('log');
|
||||
const a11y = getService('a11y'); /* this is the wrapping service around axe */
|
||||
|
||||
describe('Ingest Pipelines Accessibility', async () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/155928
|
||||
describe.skip('Ingest Pipelines Accessibility', async () => {
|
||||
before(async () => {
|
||||
await putSamplePipeline(esClient);
|
||||
await common.navigateToApp('ingestPipelines');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue