mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
chore(ext/node): disable node compat CI check temporarily (#29932)
This commit is contained in:
parent
c36a20f6bb
commit
e786e7ac64
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
use test_util as util;
|
||||
use util::deno_config_path;
|
||||
|
||||
// TODO(kt3k): Enable this when we excluded flaky compat tests
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn node_compat_tests() {
|
||||
let _server = util::http_server();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue