You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runIn(Executor, Test) blocks until test is finished. Instead it should immediately return tests that are future tasks. This will make possible to return concurrent Suite to junit runner without blocking junit reporting during test run.
The text was updated successfully, but these errors were encountered:
runIn(Executor, Test)
blocks until test is finished. Instead it should immediately return tests that are future tasks. This will make possible to return concurrentSuite
to junit runner without blocking junit reporting during test run.The text was updated successfully, but these errors were encountered: