I have the classical structure for tests, I have a test suite of different suites like DatabaseTests, UnitTests etc. Sometimes those suites contains other suites like SlowDa
I will make sure they are not dependent to each other
You should make sure that this is the case without relying on random execution order. What makes you fear that dependencies may exist?