Run testsuites on chrome in parallel mode in testsuite collection

it doesn’t work for running 2 chromedriver instances on 2 testsuites on chrome in parallel mode in testsuite collection. Any workaround?

What happens?

I could see there were 2 instances of chromdriver running in parallel on 2 chrome browsers, but it only executed 1 testcase on one browser, the other testcase didn’t run on another browser.

are they supposed to be working to run 2 instances of chromdriver on same machine ?

Both test suites should run using their own browser instances. Are you able to run the second test case individually, outside of the suite?