summaryrefslogtreecommitdiff
path: root/tests/integration/mod.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-05-02 20:43:12 -0400
committerGitHub <noreply@github.com>2024-05-03 00:43:12 +0000
commitb7945a218ee193f6730b4b459e5ab28d13b1f040 (patch)
tree690bc84008a60f3cd13d4dee11df39a8f66c85c7 /tests/integration/mod.rs
parentcf0579c7d4b69fcb205fb0d5320e0a00012720ee (diff)
chore: move cert itests to spec tests (#23607)
Diffstat (limited to 'tests/integration/mod.rs')
-rw-r--r--tests/integration/mod.rs2
1 files changed, 0 insertions, 2 deletions
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"]