chore(ext/node): disable node compat CI check temporarily (#29932)

This commit is contained in:
Yoshiya Hinosawa 2025-06-28 13:17:45 +09:00 committed by GitHub
parent c36a20f6bb
commit e786e7ac64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();