if Tagz.negative_tags.any?
              all_runnables.reject! do |r|
                serialized = MinitestRunnerStrategy.serialize(self, r)
                tags_on_runnable = MinitestRunnerStrategy.tag_map[serialized]
                next false unless tags_on_runnable