Skip to content

Commit

Permalink
[Uptime] Unskip flaky api test (#142595)
Browse files Browse the repository at this point in the history
(cherry picked from commit b798f9f)
  • Loading branch information
shahzad31 committed Oct 4, 2022
1 parent 88c8949 commit 45075fb
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 45075fb

Please sign in to comment.