chore(remix): disable flaky test (#22038)

This commit is contained in:
Colum Ferry 2024-02-28 13:34:14 +00:00 committed by GitHub
parent 4d13753b6d
commit 8fb5b0507a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,7 +159,7 @@ describe('Remix E2E Tests', () => {
).not.toThrow();
}, 120000);
it('should pass un-escaped dollar signs in resource routes with skipChecks flag', async () => {
xit('should pass un-escaped dollar signs in resource routes with skipChecks flag', async () => {
await runCommandAsync(
`someWeirdUseCase=route-segment && yarn nx generate @nx/remix:resource-route --project ${plugin} --path my.route.$someWeirdUseCase.ts --force`
);