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