1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-09 07:39:15 -05:00

Ignore flaky test cafile_info (#4517)

Ref #4512
This commit is contained in:
Ryan Dahl 2020-03-28 17:51:30 -04:00 committed by GitHub
parent 2f7842246e
commit 6ae47449ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1468,7 +1468,7 @@ itest!(cafile_eval {
http_server: true, http_server: true,
}); });
itest!(cafile_info { itest_ignore!(cafile_info {
args: args:
"info --cert tls/RootCA.pem https://localhost:5545/cli/tests/cafile_info.ts", "info --cert tls/RootCA.pem https://localhost:5545/cli/tests/cafile_info.ts",
output: "cafile_info.ts.out", output: "cafile_info.ts.out",