Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Turbopack: Add passing test to manifest #76143

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions test/turbopack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16206,11 +16206,10 @@
"test/production/graceful-shutdown/index.test.ts": {
"passed": [
"Graceful Shutdown development (next dev) should shut down child immediately",
"Graceful Shutdown production (next start) should not accept new requests during shutdown cleanup when there is no activity"
],
"failed": [
"Graceful Shutdown production (next start) should not accept new requests during shutdown cleanup when there is no activity",
"Graceful Shutdown production (standalone mode) should not accept new requests during shutdown cleanup when there is no activity"
],
"failed": [],
"pending": [
"Graceful Shutdown production (next start) should not accept new requests during shutdown cleanup when request is made before shutdown",
"Graceful Shutdown production (next start) should wait for requests to complete before exiting",
Expand Down
Loading