Skip to content

Commit

Permalink
chore(repo): disable test due to peer dep issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Nov 22, 2024
1 parent 66935fa commit 177a40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/remix/src/nx-remix.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('Remix E2E Tests', () => {
cleanupProject();
});

it('should not cause peer dependency conflicts', async () => {
xit('should not cause peer dependency conflicts', async () => {
const plugin = uniq('remix');
runCLI(
`generate @nx/remix:app ${plugin} --projectNameAndRootFormat=as-provided`
Expand Down

0 comments on commit 177a40a

Please sign in to comment.