When running multiple tests in a suite which have been set to `suite.t().Parallel()`, tests will pass even if they should fail.
When running multiple tests in a suite which have been set to
suite.t().Parallel(), tests will pass even if they should fail.