remove e2e test for now

This commit is contained in:
2026-05-19 13:22:26 +08:00
parent d5f8ae4fe1
commit c4b1a2bb9c
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -82,7 +82,6 @@ Present the categorized list to the user for confirmation before proceeding.
- `nox -e typecheck`
- `nox -e unit_tests`
- `nox -e integration_tests`
- `nox -e e2e_tests`
- `nox -e coverage_report` (must be >= 97%)
6. Fix any failures. All stages must pass across the entire codebase.
+1 -1
View File
@@ -74,7 +74,7 @@
"sequential-thinking": {
"type": "local",
"command": ["npx", "@modelcontextprotocol/server-sequential-thinking"],
"enabled": true
"enabled": false
},
"pyright-mcp": {
"type": "local",
-1
View File
@@ -57,7 +57,6 @@ Before any commit, **all** of the following must pass across the **entire** code
2. `nox -e typecheck`
3. `nox -e unit_tests`
4. `nox -e integration_tests`
4. `nox -e e2e_tests`
5. `nox -e coverage_report`
Running `nox` (with no arguments) executes all default sessions including benchmarks.