1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 15:19:40 -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,
});
itest!(cafile_info {
itest_ignore!(cafile_info {
args:
"info --cert tls/RootCA.pem https://localhost:5545/cli/tests/cafile_info.ts",
output: "cafile_info.ts.out",