mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip failing test suite (#179353)
This commit is contained in:
parent
1e4178b9e9
commit
cc6759e17e
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const toasts = getService('toasts');
|
||||
const testSubjects = getService('testSubjects');
|
||||
|
||||
describe('Security Solution Accessibility', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/179353
|
||||
describe.skip('Security Solution Accessibility', () => {
|
||||
before(async () => {
|
||||
await security.testUser.setRoles(['superuser'], { skipBrowserRefresh: true });
|
||||
await common.navigateToApp('security');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue