From df242a98329147ef26f180e7fd098e24be6a0f51 Mon Sep 17 00:00:00 2001 From: Kayou Date: Fri, 2 Aug 2024 16:16:24 +0200 Subject: [PATCH] tests: enable_notify_push is false by default --- tests.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests.toml b/tests.toml index 998dd37..a7671f2 100644 --- a/tests.toml +++ b/tests.toml @@ -2,6 +2,8 @@ test_format = 1.0 [default] + args.enable_notify_push = "0" + # ------------------------------- # Commits to test upgrade from # -------------------------------