Skip to content

Commit

Permalink
fix(test): temporarily disable offers plugin in ClnContainerAutoConfi…
Browse files Browse the repository at this point in the history
…gurationTest
  • Loading branch information
theborakompanioni committed Jun 12, 2024
1 parent 8dd8221 commit 997fe01
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ void beansAreCreated() {
"org.tbk.spring.testcontainer.cln.enabled=true",
"org.tbk.spring.testcontainer.cln.commands="
+ "--bitcoin-rpcuser=myrpcuser, "
+ "--bitcoin-rpcpassword=correcthorsebatterystaple"
+ "--bitcoin-rpcpassword=correcthorsebatterystaple, "
+ "--disable-plugin=offers" // TODO: 'offers' plugin errors with v24.05 - disable temporarily (see https://github.com/ElementsProject/lightning/pull/7379)
).run(context -> {
assertThat(context.containsBean("clnContainer"), is(true));
assertThat(context.getBean(ClnContainer.class), is(notNullValue()));
Expand Down

0 comments on commit 997fe01

Please sign in to comment.