mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#147186)
This commit is contained in:
parent
cbe6e6783d
commit
e65fb36da1
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const toasts = getService('toasts');
|
||||
const browser = getService('browser');
|
||||
|
||||
describe('Discover a11y tests', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/147186
|
||||
describe.skip('Discover a11y tests', () => {
|
||||
before(async () => {
|
||||
await PageObjects.common.navigateToApp('discover');
|
||||
await PageObjects.timePicker.setCommonlyUsedTime('Last_7 days');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue