Skip to content

Commit

Permalink
Remove @ignore annotation from junit test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmiccoli committed Oct 5, 2023
1 parent 5286f0b commit 169c5c4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ public void testActionNotSetForDisabledInValidAccounts() {
assertThat(timestampLabel.get().getValue(), is(valueOf(clock.instant().toEpochMilli())));
}

@Ignore
@Test
public void testLifecycleStates() {

Expand Down

0 comments on commit 169c5c4

Please sign in to comment.