diff --git a/e2e/angular-core/src/module-federation.test.ts b/e2e/angular-core/src/module-federation.test.ts index eed7f21851dad..e77adeeb0204f 100644 --- a/e2e/angular-core/src/module-federation.test.ts +++ b/e2e/angular-core/src/module-federation.test.ts @@ -188,8 +188,7 @@ describe('Angular Projects', () => { } }, 10_000_000); - // TODO(Coly010): re-enable this when a fix is found - xit('should scaffold a ssr MF setup successfully', async () => { + it('should scaffold a ssr MF setup successfully', async () => { // ARRANGE const remoteApp1 = uniq('remote1'); const remoteApp2 = uniq('remote2');