From b7945a218ee193f6730b4b459e5ab28d13b1f040 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 2 May 2024 20:43:12 -0400 Subject: chore: move cert itests to spec tests (#23607) --- tests/integration/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/integration/mod.rs') diff --git a/tests/integration/mod.rs b/tests/integration/mod.rs index 9253cae32..30cc9a791 100644 --- a/tests/integration/mod.rs +++ b/tests/integration/mod.rs @@ -10,8 +10,6 @@ mod bench; mod bundle; #[path = "cache_tests.rs"] mod cache; -#[path = "cert_tests.rs"] -mod cert; #[path = "check_tests.rs"] mod check; #[path = "compile_tests.rs"] -- cgit v1.2.3