Skip to content

Commit

Permalink
chore(angular): temporarily disable failing mfe test (#14286)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Jan 11, 2023
1 parent 66df55f commit c8021f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/angular-core/src/module-federation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit c8021f7

Please sign in to comment.