Skip to content

Commit

Permalink
skip failing test suite (#166105)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 8, 2023
1 parent b596624 commit 3735645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/test/accessibility/apps/security_solution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');

// Failing: See https://github.com/elastic/kibana/issues/166102
// Failing: See https://github.com/elastic/kibana/issues/166105
describe.skip('Security Solution Accessibility', () => {
before(async () => {
await security.testUser.setRoles(['superuser'], { skipBrowserRefresh: true });
Expand Down

0 comments on commit 3735645

Please sign in to comment.