Skip to content

Commit 079c7b2

Browse files
committed
fix: do not run h2 compliance tests by default
1 parent e26c862 commit 079c7b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
{logdir, "_build/test/logs"},
104104
%% Exclude h2_compliance_SUITE by default (slow, requires special Docker setup)
105105
%% Run it explicitly with: rebar3 ct --suite=h2_compliance_SUITE
106-
{suites, [
106+
{suite, [
107107
error_path_SUITE,
108108
features_SUITE,
109109
http1_SUITE,

0 commit comments

Comments
 (0)