From 84844350aacff423e7febd77c5558db62e1f3ada Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 26 Aug 2023 15:11:28 +0000 Subject: [PATCH] No need for private install test in tests.toml --- tests.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests.toml b/tests.toml index 51e5c4c..7e960cd 100644 --- a/tests.toml +++ b/tests.toml @@ -2,6 +2,8 @@ test_format = 1.0 [default] + exclude = ["install.private"] + # ------------------------------- # Default args to use for install # -------------------------------