Skip to content

Commit

Permalink
[Security Solution] Unskip Security Solution Accessibility tests (e…
Browse files Browse the repository at this point in the history
…lastic#169223)

## Summary

Flaky test runner for Cypress tests:
- `x-pack/test/accessibility/apps/security_solution.ts`

## Changes

-`x-pack/test/accessibility/apps/security_solution.ts` **unskip tests**

## Related failing-test issues

1. elastic#166102
2. elastic#166105

## Flaky test runner link


https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3586
🟢

## Changes

- Unskipping skipped Accessibility integration tests.

---------

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
jpdjere and kibanamachine authored Oct 24, 2023
1 parent 12975a5 commit 6beee47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions x-pack/test/accessibility/apps/security_solution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const toasts = getService('toasts');
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', () => {
describe('Security Solution Accessibility', () => {
before(async () => {
await security.testUser.setRoles(['superuser'], { skipBrowserRefresh: true });
await common.navigateToApp('security');
Expand Down

0 comments on commit 6beee47

Please sign in to comment.