mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
node_tests: Reenable asynchronous event_status test.
Fixes #20180. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
a4a233b189
commit
dad0d51ada
@@ -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");
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user