From 71e320ed18c3f116a241216168e26399a070329b Mon Sep 17 00:00:00 2001 From: Jack Hsu Date: Wed, 18 Dec 2024 10:41:41 -0500 Subject: [PATCH] chore(misc): skip test that is causing memory issues --- packages/react/src/generators/host/host.rspack.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/react/src/generators/host/host.rspack.spec.ts b/packages/react/src/generators/host/host.rspack.spec.ts index 0330a9b3edcb5..f803cff6cfb6e 100644 --- a/packages/react/src/generators/host/host.rspack.spec.ts +++ b/packages/react/src/generators/host/host.rspack.spec.ts @@ -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