node_tests: Reenable asynchronous event_status test.

Fixes #20180.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-08-17 17:15:33 -07:00
committed by Tim Abbott
parent a4a233b189
commit dad0d51ada
2 changed files with 0 additions and 7 deletions

View File

@@ -1,11 +1,5 @@
"use strict";
// This test is known to be nondeterministically broken because our
// test runner has no real support for asynchronous tests. Skip it for
// now.
/* eslint-disable no-unreachable */
return;
const {strict: assert} = require("assert");
const {set_global, zrequire, mock_esm} = require("../zjsunit/namespace");

View File

@@ -44,7 +44,6 @@ def make_set(files: List[str]) -> Set[str]:
# We do not yet require 100% line coverage for these files:
EXEMPT_FILES = make_set(
[
"frontend_tests/node_tests/event_status.js",
"frontend_tests/zjsunit/mdiff.js",
"static/js/about_zulip.js",
"static/js/add_subscribers_pill.js",