From f72f471dbfa5dc0803db0ab93a8e2f398a70b8ca Mon Sep 17 00:00:00 2001 From: Matthias Krack Date: Mon, 4 Jul 2022 11:26:48 +0200 Subject: [PATCH] Add QS/regtest-gapw_xc to keepalive blacklist --- tools/regtesting/do_regtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/regtesting/do_regtest.py b/tools/regtesting/do_regtest.py index 72b34646ba..7bc3aa2789 100755 --- a/tools/regtesting/do_regtest.py +++ b/tools/regtesting/do_regtest.py @@ -33,6 +33,7 @@ KEEPALIVE_SKIP_DIRS = [ "LIBTEST/libbqb", "QS/regtest-ec", "QS/regtest-gapw", + "QS/regtest-gapw_xc", "QS/regtest-gpw-1", "QS/regtest-mp2-grad-1", "QS/regtest-mp2-grad-2",