mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Uptime] Unskip flaky api test (#142595)
This commit is contained in:
parent
796dcb9915
commit
b798f9f627
1 changed files with 1 additions and 2 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue