Skip to content

Commit 1b37d5a

Browse files
committed
Revert "Removed flaky import"
This reverts commit cdc1834.
1 parent cdc1834 commit 1b37d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import common
2121
from common import BrowserCore, RunnerCore, path_from_root, has_browser, Reporting, is_chrome, is_firefox, CHROMIUM_BASED_BROWSERS
22-
from common import create_file, parameterized, ensure_dir, disabled, test_file, WEBIDL_BINDER
22+
from common import create_file, parameterized, ensure_dir, disabled, flaky, test_file, WEBIDL_BINDER
2323
from common import read_file, EMRUN, no_wasm64, no_2gb, no_4gb, copytree
2424
from common import requires_wasm2js, parameterize, find_browser_test_file, with_all_sjlj
2525
from common import also_with_minimal_runtime, also_with_wasm2js, also_with_asan, also_with_wasmfs

0 commit comments

Comments
 (0)