aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-02-05 13:28:03 +0100
committerLoïc Hoguin <[email protected]>2025-02-05 14:30:25 +0100
commitd889291c4f2823d4af738743af4598f1ac947617 (patch)
treed9dd7acfb6df7cfd31befff2b0ed125d7b83e02a
parent49be0f57cf5ce66178dc24b9c08c835888d1ce0e (diff)
downloadcowboy-d889291c4f2823d4af738743af4598f1ac947617.tar.gz
cowboy-d889291c4f2823d4af738743af4598f1ac947617.tar.bz2
cowboy-d889291c4f2823d4af738743af4598f1ac947617.zip
Don't run perf suites by default
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7cf363c..5d278e1 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.