I know transaction strategy is fastest strategy, however, I have test case that needs test a race condition which not works with the transaction strategy.
My question, is it possible to change the strategy for a specific test case? because I don't want to use truncation or deletion strategy for all test cases.
I know transaction strategy is fastest strategy, however, I have test case that needs test a race condition which not works with the transaction strategy.
My question, is it possible to change the strategy for a specific test case? because I don't want to use truncation or deletion strategy for all test cases.