From 58b26d291019b46b581ec1aeb76da2bff4042635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Fri, 1 Mar 2019 15:59:02 +0100 Subject: [PATCH] Makefile: Add `feature_flags_SUITE` to the slow testsuites --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fc3aab87dd..87b57f1ffe 100644 --- a/Makefile +++ b/Makefile @@ -191,6 +191,7 @@ SLOW_CT_SUITES := backing_queue \ config_schema \ dynamic_ha \ eager_sync \ + feature_flags \ health_check \ lazy_queue \ metrics \