From 6ae47449ec68b3353ef74fa232b1c1ff5b608773 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 28 Mar 2020 17:51:30 -0400 Subject: Ignore flaky test cafile_info (#4517) Ref #4512 --- cli/tests/integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') 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", -- cgit v1.2.3