[Uptime] Unskip flaky api test (#142595) (#142613)

(cherry picked from commit b798f9f627)

Co-authored-by: Shahzad <shahzad.muhammad@elastic.co>
This commit is contained in:
Kibana Machine 2022-10-04 09:29:10 -06:00 committed by GitHub
parent 6b98f69525
commit 178230a766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';