From a7558196a7c01bd273b05a3e2180f0f219de81b4 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Tue, 30 Aug 2022 14:31:36 +0530 Subject: perf: use fast api for `core.isProxy` (#15682) --- core/runtime.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'core/runtime.rs') diff --git a/core/runtime.rs b/core/runtime.rs index 50c108f33..366e834a2 100644 --- a/core/runtime.rs +++ b/core/runtime.rs @@ -3121,6 +3121,7 @@ assertEquals(1, notify_return_value); runtime.execute_script("", "").unwrap(); } + #[ignore] // TODO(@littledivy): Fast API ops when snapshot is not loaded. #[test] fn test_is_proxy() { let mut runtime = JsRuntime::new(RuntimeOptions::default()); -- cgit v1.2.3