diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-03-28 17:51:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-28 22:51:30 +0100 |
commit | 6ae47449ec68b3353ef74fa232b1c1ff5b608773 (patch) | |
tree | bd29db6163357966f4453b0abfaea22ef52f5ba7 /cli/tests/integration_tests.rs | |
parent | 2f7842246ecce1d69e13144931fd3b6417f4fdb0 (diff) |
Ignore flaky test cafile_info (#4517)
Ref #4512
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 112b86038..8342da108 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -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", |