mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#210245)
This commit is contained in:
parent
8f3a45fb2c
commit
44a06206bb
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const es = getService('es');
|
||||
const toasts = getService('toasts');
|
||||
|
||||
describe('uptime Accessibility', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/210245
|
||||
describe.skip('uptime Accessibility', () => {
|
||||
before(async () => {
|
||||
await esArchiver.load('x-pack/test/functional/es_archives/uptime/blank');
|
||||
await makeChecks(es, A11Y_TEST_MONITOR_ID, 150, 1, 1000, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue