Skip to content

Commit

Permalink
test: disable dev server e2e test (#7929)
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder authored Sep 19, 2024
1 parent a1b7c82 commit 69e1884
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/rspack-dev-server/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ const config = {
url: "http://localhost/"
},
testMatch: [
"<rootDir>/tests/*.test.ts",
...(isWin ? [] : ["<rootDir>/tests/e2e/*.test.js"])
"<rootDir>/tests/*.test.ts"
// TODO: enable after migrating to separated repo
// ...(isWin ? [] : ["<rootDir>/tests/e2e/*.test.js"])
],
testPathIgnorePatterns: isWin
? []
Expand Down

2 comments on commit 69e1884

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Benchmark detail: Open

Name Base (2024-09-19 0a89e43) Current Change
10000_development-mode + exec 2.22 s ± 58 ms 2.22 s ± 31 ms -0.05 %
10000_development-mode_hmr + exec 683 ms ± 3.5 ms 692 ms ± 15 ms +1.25 %
10000_production-mode + exec 2.85 s ± 30 ms 2.82 s ± 29 ms -1.19 %
arco-pro_development-mode + exec 1.81 s ± 72 ms 1.84 s ± 79 ms +1.70 %
arco-pro_development-mode_hmr + exec 433 ms ± 2.3 ms 433 ms ± 1.8 ms +0.13 %
arco-pro_production-mode + exec 3.27 s ± 41 ms 3.26 s ± 87 ms -0.47 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.29 s ± 97 ms 3.32 s ± 67 ms +0.84 %
threejs_development-mode_10x + exec 1.66 s ± 19 ms 1.67 s ± 23 ms +0.42 %
threejs_development-mode_10x_hmr + exec 791 ms ± 16 ms 791 ms ± 11 ms +0.05 %
threejs_production-mode_10x + exec 5.14 s ± 22 ms 5.17 s ± 17 ms +0.54 %

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ✅ success
_selftest ✅ success
nx ❌ failure
rspress ✅ success
rslib ❌ failure
rsbuild ❌ failure
examples ✅ success

Please sign in to comment.