Skip to content

Commit

Permalink
Don't run perf suites by default
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Feb 5, 2025
1 parent 04edb04 commit e379bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e379bb4

Please sign in to comment.