From d889291c4f2823d4af738743af4598f1ac947617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 5 Feb 2025 13:28:03 +0100 Subject: [PATCH] Don't run perf suites by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cf363c2..5d278e1d 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ include erlang.mk # Don't run the examples/autobahn test suites by default. ifndef FULL -CT_SUITES := $(filter-out examples ws_autobahn,$(CT_SUITES)) +CT_SUITES := $(filter-out examples http_perf ws_autobahn ws_perf,$(CT_SUITES)) endif # Don't run HTTP/3 test suites on Windows.