chore(remix): disable flaky test (#22038)
This commit is contained in:
parent
4d13753b6d
commit
8fb5b0507a
@ -159,7 +159,7 @@ describe('Remix E2E Tests', () => {
|
|||||||
).not.toThrow();
|
).not.toThrow();
|
||||||
}, 120000);
|
}, 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(
|
await runCommandAsync(
|
||||||
`someWeirdUseCase=route-segment && yarn nx generate @nx/remix:resource-route --project ${plugin} --path my.route.$someWeirdUseCase.ts --force`
|
`someWeirdUseCase=route-segment && yarn nx generate @nx/remix:resource-route --project ${plugin} --path my.route.$someWeirdUseCase.ts --force`
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user