Skip to content

Commit

Permalink
skip failing test suite (elastic#166102)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 8, 2023
1 parent b6eb7a6 commit a8dc129
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/accessibility/apps/security_solution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/166102
describe.skip('Security Solution Accessibility', () => {
before(async () => {
await security.testUser.setRoles(['superuser'], { skipBrowserRefresh: true });
await common.navigateToApp('security');
Expand Down

0 comments on commit a8dc129

Please sign in to comment.