diff --git a/Makefile b/Makefile index 3ff8858377..e9766629e9 100644 --- a/Makefile +++ b/Makefile @@ -178,16 +178,19 @@ ifneq ($(ESCRIPT),no) DIRECT_TESTS += \ erlang_flowquery \ erlang_pulse \ - erlang_pulse-otp \ - erlang_pulse-taint \ + erlang_pulse-taint \ erlang_topl \ erlang_compiler \ + # TODO: Disabled to avoid timeouts on CI + # erlang_pulse-otp \ + endif endif -ifneq ($(REBAR3),no) -BUILD_SYSTEMS_TESTS += rebar3 -endif +# TODO: Disabled to avoid failures on CI +# ifneq ($(REBAR3),no) +# BUILD_SYSTEMS_TESTS += rebar3 +# endif endif # BUILD_ERLANG_ANALYZERS ifneq ($(HACKC),no)