Skip to content

Commit

Permalink
chore(repo): disable failing swc e2e test (#26166)
Browse files Browse the repository at this point in the history
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

## Current Behavior
<!-- This is the behavior we have today -->
swc-project/swc#8988 is causing e2e tests to
fail.

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

The failing e2e tests are disabled while the issue is resolved.

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #

(cherry picked from commit 7088b09)
  • Loading branch information
FrozenPandaz committed May 28, 2024
1 parent eda994f commit 4947155
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/workspace-create/src/create-nx-workspace.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,8 @@ describe('create-nx-workspace parent folder', () => {
});
});

describe('create-nx-workspace yarn berry', () => {
// TODO(FrozenPandaz): Re-enable when https://github.com/swc-project/swc/issues/8988 is fixed
xdescribe('create-nx-workspace yarn berry', () => {
const tmpDir = `${e2eCwd}/${uniq('yarn-berry')}`;
let wsName: string;
let yarnVersion: string;
Expand Down

0 comments on commit 4947155

Please sign in to comment.