[Uptime] Unskip flaky api test (#142595)

This commit is contained in:
Shahzad 2022-10-04 16:23:42 +02:00 committed by GitHub
parent 796dcb9915
commit b798f9f627
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';