mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
disable flakes (#13962)
This commit is contained in:
parent
fe606c52e1
commit
163e1d6192
@ -593,6 +593,7 @@ mod tests {
|
||||
// TODO(@justinmchase): Windows should verify certs too and fail to make this request without ca certs
|
||||
#[cfg(not(windows))]
|
||||
#[tokio::test]
|
||||
#[ignore] // https://github.com/denoland/deno/issues/12561
|
||||
async fn test_fetch_with_empty_certificate_store() {
|
||||
use deno_runtime::deno_tls::rustls::RootCertStore;
|
||||
|
||||
|
@ -27,7 +27,8 @@ itest!(fs_promises {
|
||||
envs: vec![("DENO_NODE_COMPAT_URL".to_string(), std_file_url())],
|
||||
});
|
||||
|
||||
itest!(node_prefix_fs_promises {
|
||||
// https://github.com/denoland/deno/issues/12494
|
||||
itest_flaky!(node_prefix_fs_promises {
|
||||
args: "run --compat --no-check --unstable -A compat/node_fs_promises.mjs",
|
||||
output: "compat/fs_promises.out",
|
||||
envs: vec![("DENO_NODE_COMPAT_URL".to_string(), std_file_url())],
|
||||
|
@ -690,6 +690,7 @@ async fn inspector_connect_non_ws() {
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[ignore] // https://github.com/denoland/deno/issues/13491
|
||||
async fn inspector_break_on_first_line_in_test() {
|
||||
let script = util::testdata_path().join("inspector/inspector_test.js");
|
||||
let mut child = util::deno_cmd()
|
||||
|
@ -815,71 +815,6 @@
|
||||
"rsa_pss.https.any.worker.html": true
|
||||
},
|
||||
"wrapKey_unwrapKey": {
|
||||
"wrapKey_unwrapKey.https.any.html": [
|
||||
"Can wrap and unwrap ECDH public key keys using spki and AES-CTR",
|
||||
"Can wrap and unwrap ECDH public key keys using spki and AES-CBC",
|
||||
"Can wrap and unwrap ECDH public key keys using spki and AES-GCM",
|
||||
"Can wrap and unwrap ECDH public key keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap ECDH private key keys using pkcs8 and AES-GCM",
|
||||
"Can wrap and unwrap ECDH private key keys as non-extractable using pkcs8 and AES-GCM",
|
||||
"Can wrap and unwrap ECDH private key keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap ECDH private key keys as non-extractable using jwk and AES-GCM",
|
||||
"Can unwrap ECDH private key non-extractable keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap HMAC keys using raw and AES-GCM",
|
||||
"Can wrap and unwrap HMAC keys as non-extractable using raw and AES-GCM",
|
||||
"Can wrap and unwrap HMAC keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap HMAC keys as non-extractable using jwk and AES-GCM",
|
||||
"Can unwrap HMAC non-extractable keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap AES-CTR keys using raw and AES-GCM",
|
||||
"Can wrap and unwrap AES-CTR keys as non-extractable using raw and AES-GCM",
|
||||
"Can wrap and unwrap AES-CTR keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap AES-CTR keys as non-extractable using jwk and AES-GCM",
|
||||
"Can unwrap AES-CTR non-extractable keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap AES-CBC keys using raw and AES-GCM",
|
||||
"Can wrap and unwrap AES-CBC keys as non-extractable using raw and AES-GCM",
|
||||
"Can wrap and unwrap AES-CBC keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap AES-CBC keys as non-extractable using jwk and AES-GCM",
|
||||
"Can unwrap AES-CBC non-extractable keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap AES-GCM keys using raw and AES-GCM",
|
||||
"Can wrap and unwrap AES-GCM keys as non-extractable using raw and AES-GCM",
|
||||
"Can wrap and unwrap AES-GCM keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap AES-GCM keys as non-extractable using jwk and AES-GCM",
|
||||
"Can unwrap AES-GCM non-extractable keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap AES-KW keys using raw and AES-GCM",
|
||||
"Can wrap and unwrap AES-KW keys as non-extractable using raw and AES-GCM",
|
||||
"Can wrap and unwrap AES-KW keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap AES-KW keys as non-extractable using jwk and AES-GCM",
|
||||
"Can unwrap AES-KW non-extractable keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap ECDSA public key keys using spki and AES-GCM",
|
||||
"Can wrap and unwrap ECDSA public key keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap ECDSA private key keys using pkcs8 and AES-GCM",
|
||||
"Can wrap and unwrap ECDSA private key keys as non-extractable using pkcs8 and AES-GCM",
|
||||
"Can wrap and unwrap ECDSA private key keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap ECDSA private key keys as non-extractable using jwk and AES-GCM",
|
||||
"Can unwrap ECDSA private key non-extractable keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap RSASSA-PKCS1-v1_5 public key keys using spki and AES-GCM",
|
||||
"Can wrap and unwrap RSASSA-PKCS1-v1_5 public key keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap RSASSA-PKCS1-v1_5 private key keys using pkcs8 and AES-GCM",
|
||||
"Can wrap and unwrap RSASSA-PKCS1-v1_5 private key keys as non-extractable using pkcs8 and AES-GCM",
|
||||
"Can wrap and unwrap RSASSA-PKCS1-v1_5 private key keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap RSASSA-PKCS1-v1_5 private key keys as non-extractable using jwk and AES-GCM",
|
||||
"Can unwrap RSASSA-PKCS1-v1_5 private key non-extractable keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap RSA-PSS public key keys using spki and AES-GCM",
|
||||
"Can wrap and unwrap RSA-PSS public key keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap RSA-PSS private key keys using pkcs8 and AES-GCM",
|
||||
"Can wrap and unwrap RSA-PSS private key keys as non-extractable using pkcs8 and AES-GCM",
|
||||
"Can wrap and unwrap RSA-PSS private key keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap RSA-PSS private key keys as non-extractable using jwk and AES-GCM",
|
||||
"Can unwrap RSA-PSS private key non-extractable keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap RSA-OAEP public key keys using spki and AES-GCM",
|
||||
"Can wrap and unwrap RSA-OAEP public key keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap RSA-OAEP private key keys using pkcs8 and AES-GCM",
|
||||
"Can wrap and unwrap RSA-OAEP private key keys as non-extractable using pkcs8 and AES-GCM",
|
||||
"Can wrap and unwrap RSA-OAEP private key keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap RSA-OAEP private key keys as non-extractable using jwk and AES-GCM",
|
||||
"Can unwrap RSA-OAEP private key non-extractable keys using jwk and AES-GCM",
|
||||
"Can wrap and unwrap ECDH public key keys using spki and RSA-OAEP"
|
||||
],
|
||||
"wrapKey_unwrapKey.https.any.worker.html": [
|
||||
"Can wrap and unwrap ECDH public key keys using spki and AES-CTR",
|
||||
"Can wrap and unwrap ECDH public key keys using spki and AES-CBC",
|
||||
@ -2651,7 +2586,6 @@
|
||||
"Fetch with POST with ReadableStream containing Blob",
|
||||
"Fetch with POST with text body on 421 response should be retried once on new connection."
|
||||
],
|
||||
"response-null-body.any.html": true,
|
||||
"response-null-body.any.worker.html": true,
|
||||
"response-url.sub.any.html": true,
|
||||
"response-url.sub.any.worker.html": true,
|
||||
@ -4177,4 +4111,4 @@
|
||||
"idlharness.https.any.html": true,
|
||||
"idlharness.https.any.worker.html": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user