Skip to content

Commit

Permalink
[Uptime] Unskip flaky api test (#142595) (#142613)
Browse files Browse the repository at this point in the history
(cherry picked from commit b798f9f)

Co-authored-by: Shahzad <[email protected]>
  • Loading branch information
kibanamachine and shahzad31 authored Oct 4, 2022
1 parent 6b98f69 commit 178230a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/api_integration/apis/uptime/feature_controls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ export default function featureControlsTests({ getService }: FtrProviderContext)
}
});

// FLAKY: https://github.com/elastic/kibana/issues/136542
describe.skip('spaces', () => {
describe('spaces', () => {
// the following tests create a user_1 which has uptime read access to space_1 and dashboard all access to space_2
const space1Id = 'space_1';
const space2Id = 'space_2';
Expand Down

0 comments on commit 178230a

Please sign in to comment.