Вы можете попробовать следующее:
@Before
public void resetSequence() {
// run sql to reset the sequence.
// for DB without functionality to reset sequences (eg. oracle) you can try dropping and re-creating the sequence
}
последовательность будет сбрасываться перед каждым тестом.