diff options
Diffstat (limited to 'tests/integration/repl_tests.rs')
-rw-r--r-- | tests/integration/repl_tests.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/repl_tests.rs b/tests/integration/repl_tests.rs index 2049990a3..3f137ce7c 100644 --- a/tests/integration/repl_tests.rs +++ b/tests/integration/repl_tests.rs @@ -1040,7 +1040,9 @@ fn pty_tab_indexable_props() { }); } +// TODO(2.0): this should first run `deno install` #[flaky_test::flaky_test] +#[ignore] fn package_json_uncached_no_error() { let test_context = TestContextBuilder::for_npm() .use_temp_cwd() |