From 336e96a114555994b9e996c705c00d23b735d9d6 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Sun, 13 Nov 2022 17:35:28 +0900 Subject: 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 --- cli/tests/unit/flash_test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/tests/unit/flash_test.ts') 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({ -- cgit v1.2.3