Skip to content

Commit

Permalink
chore(angular): renable e2e mf ssr test (#14297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 authored Jan 12, 2023
1 parent b8fc0f8 commit 1d198ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions e2e/angular-core/src/module-federation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 1d198ae

Please sign in to comment.