From d6f789eb05e18dd8887e8e409736773bdf2e0e00 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 9 Aug 2022 17:28:13 -0400 Subject: chore: temporarily disable `op_require_read_file` (#15433) --- cli/tests/integration/compat_tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tests') diff --git a/cli/tests/integration/compat_tests.rs b/cli/tests/integration/compat_tests.rs index e8e6316bf..88514832f 100644 --- a/cli/tests/integration/compat_tests.rs +++ b/cli/tests/integration/compat_tests.rs @@ -173,6 +173,7 @@ fn native_modules_as_global_vars() { assert!(out.contains("true")); } +#[ignore] // todo(dsherret): re-enable #[test] fn ext_node_cjs_execution() { let (out, _err) = util::run_and_collect_output_with_args( -- cgit v1.2.3