Skip to content

Commit

Permalink
unskipping advanced settings to figure out a11y test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyarm committed May 25, 2021
1 parent 73b6048 commit ea53f61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/accessibility/apps/advanced_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');

// FLAKY: https://github.com/elastic/kibana/issues/99006
describe.skip('Stack Management -Advanced Settings', () => {
// running it in flaky test runner to figure out where is the failure.
describe('Stack Management -Advanced Settings', () => {
// click on Management > Advanced settings
it('click on advanced settings ', async () => {
await PageObjects.common.navigateToUrl('management', 'kibana/settings', {
Expand Down

0 comments on commit ea53f61

Please sign in to comment.