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