Skip to content

Commit

Permalink
Disable some flakey FSM and GA combinations (#4290)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanssv committed Mar 7, 2024
1 parent 8a376be commit ee01b02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/aechannel/test/aesc_fsm_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,12 @@ init_per_group(Group, Config) when Group =:= initiator_is_ga;
{bench_rounds, 1} %% a lower amount than the default 10
| Config], btc_auth)
end;
init_per_group(failed_onchain, Config) ->
case proplists:get_value(who_is_ga, Config, none) of
responder_is_ga -> init_per_group_(Config);
none -> init_per_group_(Config);
_ -> {skip, dont_run_when_initiator_is_ga}
end;
init_per_group(generalized_accounts, Config) ->
Config;
init_per_group(accomodate_missed_onchain_tx, Config) ->
Expand Down

0 comments on commit ee01b02

Please sign in to comment.