mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#145452)
This commit is contained in:
parent
d68b016953
commit
5fc2cd8781
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const kibanaServer = getService('kibanaServer');
|
||||
const toasts = getService('toasts');
|
||||
|
||||
describe('Kibana Alerts - rules tab accessibility tests', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/145452
|
||||
describe.skip('Kibana Alerts - rules tab accessibility tests', () => {
|
||||
before(async () => {
|
||||
await PageObjects.settings.navigateTo();
|
||||
await testSubjects.click('triggersActions');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue