Fixtures not clearing tables?

I have a case where I’m loading fixtures and a row added to a table in a
spec is around at the start of all subsequent specs.

When I set config.use_transactional_fixtures = false the fixtures
load/clear
as expected.

Any ideas?