From a177d9ecd13f0737aad040b6782db686e8b4f8e8 Mon Sep 17 00:00:00 2001 From: Matthias Krack Date: Mon, 7 Feb 2022 14:29:06 +0100 Subject: [PATCH] No keepalive mode for tests using libvori --- tools/regtesting/do_regtest.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/regtesting/do_regtest.py b/tools/regtesting/do_regtest.py index 342404be0d..887c7487d3 100755 --- a/tools/regtesting/do_regtest.py +++ b/tools/regtesting/do_regtest.py @@ -32,6 +32,9 @@ KEEPALIVE_SKIP_DIRS = [ "LIBTEST/libvori", "LIBTEST/libbqb", "QS/regtest-ec", + "QS/regtest-gapw", + "QS/regtest-gpw-1", + "QS/regtest-mp2-grad", ] # ======================================================================================