Skip to content

Commit

Permalink
[infer] Disable erlang otp pulse and rebar3 tests to avoid crashing a…
Browse files Browse the repository at this point in the history
…nd timing out on Sandcastle

Summary: Disable erlang otp pulse and rebar3 tests to avoid crashing and timing out on Sandcastle

Reviewed By: davidpichardie

Differential Revision:
D65834539

Privacy Context Container: L1208441

fbshipit-source-id: 4d22ca2517cabc08d5ebedde5549c21bce0d80b5
  • Loading branch information
geralt-encore authored and facebook-github-bot committed Nov 13, 2024
1 parent a79ecc2 commit e09d279
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e09d279

Please sign in to comment.