mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
skip failing test suite (#136242)
This commit is contained in:
parent
1469d60490
commit
f80c90b40b
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const kibanaOverview = getService('monitoringKibanaOverview');
|
||||
const clusterOverview = getService('monitoringClusterOverview');
|
||||
|
||||
describe('Kibana Stack Monitoring a11y tests', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/136242
|
||||
describe.skip('Kibana Stack Monitoring a11y tests', () => {
|
||||
before(async () => {
|
||||
await PageObjects.common.navigateToApp('monitoring');
|
||||
await a11y.testAppSnapshot();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue