Skip to content

Commit

Permalink
test(ember): Skip ember-embroider E2E test for now (#14532)
Browse files Browse the repository at this point in the history
This is failing due to some dependency shenanigans, so skipping this for
now until we can figure this out.
  • Loading branch information
mydea authored Nov 29, 2024
1 parent 14a42d0 commit 3aafb40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:build": "pnpm install && npx playwright install && pnpm build",
"test:build-latest": "pnpm install && pnpm add ember-source@latest && npx playwright install && pnpm build",
"test:assert": "playwright test",
"clean": "npx rimraf node_modules,pnpm-lock.yaml,dist"
"clean": "npx rimraf node_modules pnpm-lock.yaml dist"
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:build": "pnpm install && npx playwright install && pnpm build",
"test:build-latest": "pnpm install && pnpm add ember-source@latest && npx playwright install && pnpm build",
"test:assert": "playwright test",
"clean": "npx rimraf node_modules,pnpm-lock.yaml,dist"
"clean": "npx rimraf node_modules pnpm-lock.yaml dist"
},
"devDependencies": {
"@babel/core": "^7.24.4",
Expand Down Expand Up @@ -68,5 +68,8 @@
},
"volta": {
"extends": "../../package.json"
},
"sentryTest": {
"skip": true
}
}

0 comments on commit 3aafb40

Please sign in to comment.