We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f130884 commit 56c7304Copy full SHA for 56c7304
src/test/java/io/kestra/plugin/fs/AbstractFileTriggerTest.java
@@ -29,9 +29,7 @@
29
import static org.hamcrest.MatcherAssert.assertThat;
30
import static org.hamcrest.Matchers.is;
31
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)
+@KestraTest
35
public abstract class AbstractFileTriggerTest {
36
@Inject
37
private ApplicationContext applicationContext;
0 commit comments