Suppose we we something like ``` Haskell main = defaultMain [testA, testB] ``` where `testA` is constructed with buildTestBracketed. If we run the test suite using ``` test-suite -t testB ``` then the IO actions of `testA` will still be executed.