chore(repo): disable failing swc e2e test (#26166)

<!-- 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 -->
https://github.com/swc-project/swc/issues/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 #
This commit is contained in:
Jason Jean 2024-05-28 18:48:02 -04:00 committed by GitHub
parent 012ce7c12b
commit 7088b09f47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;