Skip to content

Commit

Permalink
Disable els_docs_SUITE (#1485)
Browse files Browse the repository at this point in the history
Suite keeps failing on CI, disable it until it has been resolved
  • Loading branch information
plux committed Jan 17, 2024
1 parent ca03a27 commit b29ef4a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/els_lsp/test/els_docs_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
%%==============================================================================
-spec all() -> [atom()].
all() ->
els_test_utils:all(?MODULE).
[].

%% FIXME: Suite disabled until we have figured out why it fails on CI
%% all() ->
%% els_test_utils:all(?MODULE).

-spec init_per_suite(config()) -> config().
init_per_suite(Config) ->
Expand Down

0 comments on commit b29ef4a

Please sign in to comment.