Skip to content

Commit 56c7304

Browse files
committed
chore: remove no more needed rebuildContext
1 parent f130884 commit 56c7304

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/java/io/kestra/plugin/fs/AbstractFileTriggerTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
import static org.hamcrest.MatcherAssert.assertThat;
3030
import static org.hamcrest.Matchers.is;
3131

32-
// FIXME Remove once Worker closing has been reworked (Micronaut 4 PR)
33-
// We need to rebuild the context for each tests as currently Workers can't be closed properly (they keep listening to queues they shouldn't)
34-
@KestraTest(rebuildContext = true)
32+
@KestraTest
3533
public abstract class AbstractFileTriggerTest {
3634
@Inject
3735
private ApplicationContext applicationContext;

0 commit comments

Comments
 (0)