panic: testing: test using t.Setenv, t.Chdir, or cryptotest.SetGlobalRandom can not use t.Parallel [recovered, repanicked]
This error should say which one is being called at that moment.
And if t.Parallel is what is being called, the error should say which one was called.
(It's confusing to see an error about cryptotest.SetGlobalRandom in one of my tests that has nothing to do with crypto at all!)
This error should say which one is being called at that moment.
And if t.Parallel is what is being called, the error should say which one was called.
(It's confusing to see an error about cryptotest.SetGlobalRandom in one of my tests that has nothing to do with crypto at all!)