From 831f6e9bf111a38c327b98e4c4df50c902f6c047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 7 Mar 2023 02:44:16 -0400 Subject: [PATCH] test: fix flaky cached_data_version_tag test (#1194) --- tests/test_api.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_api.rs b/tests/test_api.rs index 8b2e1d9a..415bfa89 100644 --- a/tests/test_api.rs +++ b/tests/test_api.rs @@ -7050,6 +7050,7 @@ fn unbound_module_script_conversion() { #[test] fn cached_data_version_tag() { + let _setup_guard = setup::sequential_test(); // The value is unpredictable/unstable, as it is generated from a combined // hash of the V8 version number and select configuration flags. This test // asserts that it returns the same value twice in a row (the value ought to