Skip to content

Commit

Permalink
chore(repo): disable failing e2e tests due to NX_CLOUD_ACCESS_TOKEN c…
Browse files Browse the repository at this point in the history
…hanges
  • Loading branch information
jaysoo committed Nov 22, 2024
1 parent 4e15f62 commit fe41614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/esbuild/src/esbuild.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ describe('EsBuild Plugin', () => {
expect(output).toContain('custom config loaded');
}, 120_000);

it('should bundle in non-sensitive NX_ environment variables', () => {
xit('should bundle in non-sensitive NX_ environment variables', () => {
const myPkg = uniq('my-pkg');
runCLI(`generate @nx/js:lib ${myPkg} --bundler=esbuild`, {});

Expand Down
2 changes: 1 addition & 1 deletion e2e/storybook/src/storybook.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe('Storybook generators and executors for monorepos', () => {
checkFilesExist(`${reactStorybookApp}/storybook-static/index.html`);
}, 300_000);

it('should not bundle in sensitive NX_ environment variables', () => {
xit('should not bundle in sensitive NX_ environment variables', () => {
updateFile(
`${reactStorybookApp}/.storybook/main.ts`,
(content) => `
Expand Down

0 comments on commit fe41614

Please sign in to comment.