Skip to content

Commit

Permalink
change position of @DisabledIf
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel Gutierrez committed Nov 13, 2024
1 parent 5c3fbf9 commit 4f3b189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
*
* @see "https://xrpl.org/accountset.html"
*/
@DisabledIf(value = "shouldRun", disabledReason = "AccountDeleteIT only runs with local rippled nodes.")
class AccountDeleteIT extends AbstractIT {
static boolean shouldRun() {
return System.getProperty("useTestnet") != null ||
Expand Down Expand Up @@ -334,7 +335,6 @@ void testAccountDeleteItFailsWith_HasObligations() throws JsonRpcClientErrorExce
assertThat(signedAccountDelete.hash()).isEqualTo(response.transactionResult().hash());
}

@DisabledIf(value = "shouldRun", disabledReason = "AccountDeleteIT only runs with local rippled nodes.")
@Test
void testAccountDeleteIt() throws JsonRpcClientErrorException, JsonProcessingException {
// create two accounts, one will be the destination in the tx
Expand Down

0 comments on commit 4f3b189

Please sign in to comment.