From 8e5e2449a266d4b3d7f79abffa00b85293106720 Mon Sep 17 00:00:00 2001 From: Maurice Hieronymus Date: Mon, 6 Jan 2025 16:32:46 +0100 Subject: [PATCH] Disable tests for stress binary This will disable the lsp warnings. --- userspace/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/userspace/Cargo.toml b/userspace/Cargo.toml index 66d01924..95f1b1d0 100644 --- a/userspace/Cargo.toml +++ b/userspace/Cargo.toml @@ -57,3 +57,8 @@ bench = false name = "sesh" test = false bench = false + +[[bin]] +name = "stress" +test = false +bench = false