Description
I've upgraded my Cucumber test framework with JUnit 5.11.1 and I get a new error:
[ERROR] Task was deferred but should have been executed synchronously: NodeTestTask [PickleDescriptor: [engine:junit-platform-suite]/[suite:com.ionos.cloud.cucumber.ml.MlApiTest]/[engine:cucumber]/[feature:classpath%3Afeatures%2FModel%2FModelLB.feature]/[scenario:26]]
All I can say is that inside the feature file I have two scenarios: one marked with @isolated
global read write exclusive resource and another scenario is marked with a simple read write exclusive resource.
Reverting to JUnit 5.11.0 works without any error !
I'm sorry I cannot give more details. Maybe I will try to isolate it to a more detailed scenario when I'll have more time.