Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

t.Parallel() #129

Open
OlexandrPodustov opened this issue May 11, 2022 · 1 comment
Open

t.Parallel() #129

OlexandrPodustov opened this issue May 11, 2022 · 1 comment

Comments

@OlexandrPodustov
Copy link

at the moment table tests and two different tests are not able to be run in parallel mode (with t.Parallel()).
Any plans on fixing this?

@maxatome
Copy link
Collaborator

If you use a different MockTransport instance in each test, it should. If you use the global one (DefaultTransport), of course it cannot.
Do you have a simple test case reproducing the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants