In 6.0-HF when ConditionalIgnoreRule.Ignore matches something, all subsequent tests in the class are also skipped, which is not correct.
Example: TestSQLBackend, where the ConditionalIgnoreRule.Ignore on testLockingParallelClustered makes it skip all tests after that method.