b202193ebd60ace79b9a9e5fe8bcddd84dfd5f75
`testEnv` is a package-level variable, so protecting / restoring `testEnv` in parallel will result in "concurrent map write" errors. This patch removes `t.Parallel()` from tests that use this functionality (through `defer setupTest(t)()`). Note that _subtests_ can still be run in parallel, as the defer will be called after all subtests have completed. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 4d88a95d6730383624570f8730aa203a56caadc3) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 05ecb140c4f3c4c7cbb860baa425104fa6f132ea Component: engine
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%