Skip to content

ci: skip some Jest e2e-tests on Windows due to short-path issues#5851

Merged
davidfirst merged 2 commits into
masterfrom
circle-windows-jest
May 24, 2022
Merged

ci: skip some Jest e2e-tests on Windows due to short-path issues#5851
davidfirst merged 2 commits into
masterfrom
circle-windows-jest

Conversation

@davidfirst
Copy link
Copy Markdown
Member

@davidfirst davidfirst commented May 24, 2022

Four tests are failing on Windows with a message from Jest about tests-not-found.
The reason for this error is that Node provides paths in the windows-short format of 8.3 and Jest needs the full-path.
E.g. # 1 is the path passed to Jest, which Jest doesn't recognize well. # 2 is the path that Jest recognizes and could work.

  1. C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2\\bit\\e2e\\2zmx1543-local\\comp1\\comp1.spec.ts
  2. C:\\Users\\Administrator\\AppData\\Local\\Temp\\2\\bit\\e2e\\2zmx1543-local\\comp1\\comp1.spec.ts

@davidfirst davidfirst enabled auto-merge (squash) May 24, 2022 16:00
@davidfirst davidfirst merged commit 31b6f7d into master May 24, 2022
@davidfirst davidfirst deleted the circle-windows-jest branch May 24, 2022 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants