diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2022-11-13 17:35:28 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-13 17:35:28 +0900 |
commit | 336e96a114555994b9e996c705c00d23b735d9d6 (patch) | |
tree | edb23c4d39bad2af2dd13ebc537aea2e315c799d /cli/tests/unit/flash_test.ts | |
parent | 88643aa4780d1099d81ea5b971278d04dd5d3dd2 (diff) |
fix(ext/flash): revert #16383 (graceful server startup/shutdown) (#16610)
#16383 made some of Node compat test cases flaky in deno_std (and when
it fails it causes segfaults).
See https://github.com/denoland/deno_std/issues/2882 for details
Diffstat (limited to 'cli/tests/unit/flash_test.ts')
-rw-r--r-- | cli/tests/unit/flash_test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/unit/flash_test.ts b/cli/tests/unit/flash_test.ts index c64a7fe5a..024069455 100644 --- a/cli/tests/unit/flash_test.ts +++ b/cli/tests/unit/flash_test.ts @@ -70,7 +70,6 @@ Deno.test(async function httpServerRejectsOnAddrInUse() { onError: createOnErrorCb(ac), }); - await listeningPromise; assertRejects( () => Deno.serve({ |