Skip to content

Commit

Permalink
Add alwaysRun to BeforeClass
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Dec 2, 2021
1 parent d2fba3d commit e266578
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected int numberOfAdditionalBrokers() {
return 2;
}

@BeforeClass
@BeforeClass(alwaysRun = true)
@Override
public final void setup() throws Exception {
super.internalSetup();
Expand Down

0 comments on commit e266578

Please sign in to comment.