Skip to content

Commit

Permalink
Merge pull request #2533 from ozangunalp/flaky_test_config_fix
Browse files Browse the repository at this point in the history
Release config at BlockingWithoutExecutionHolderTest#setup
  • Loading branch information
ozangunalp authored Mar 14, 2024
2 parents 06e09c9 + b8a0d37 commit f2f1cf5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public class BlockingWithoutExecutionHolderTest extends WeldTestBaseWithoutTails

@BeforeEach
public void setUp() {
releaseConfig();
initializer = SeContainerInitializer.newInstance();

initializer.addBeanClasses(MediatorFactory.class,
Expand Down

0 comments on commit f2f1cf5

Please sign in to comment.