Skip to content

Commit

Permalink
chore(misc): skip test that is causing memory issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Dec 18, 2024
1 parent 135b5bc commit 71e320e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react/src/generators/host/host.rspack.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jest.mock('@nx/devkit', () => {
};
});

describe('hostGenerator', () => {
// TODO(Colum): Look into memory issues with this test
xdescribe('hostGenerator', () => {
let tree: Tree;

// TODO(@jaysoo): Turn this back to adding the plugin
Expand Down

0 comments on commit 71e320e

Please sign in to comment.