0

We have some tests that should not be run in parallel. So far we've been running with only 1 thread. I'm now trying to run with more threads and using @parallel=false to disable certain Features / Scenarios. But when I look at the report timeline, it seems these are still running in parallel with other Scenarios (see below). Note they are showing in red and are labeled with @parallel=false in the report, so it seems the tag is working correctly, but the runner is not respecting the setting.

What am I doing wrong?

I am on Karate 1.1.0, running with the standalone jar like so:

java -Dkarate.config.dir=tests/api/config -cp 'karate.jar:./tests/java' com.intuit.karate.Main -T 5 -o .karate-output --tags ~@ignore --tags ~@ignore-local

report timeline showing scenarios still running in parallel

mariaines
  • 507
  • 1
  • 5
  • 14
  • 1
    That shouldn't happen. So please follow this process: https://github.com/karatelabs/karate/wiki/How-to-Submit-an-Issue – Peter Thomas Nov 13 '21 at 02:34

0 Answers0