You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: temporarily disable component-path-case E2E on Windows
The E2E test `generate/component/component-path-case` is failing for an unknown reason after the test completes in the test cleanup phase. The error is `warning: failed to remove src/app/non/: Directory not empty` and originates from the execution of `cmd.exe /c git clean -df`. This error only appears to occur on Windows CI and only on the 12.2.x branch. To unblock CI and allow time to investigate the issue, this E2E test is now temporarily disabled on Windows pending further investigation.
0 commit comments