| 281 | } |
| 282 | |
| 283 | void run_verify::disable_test_for(const std::string& name, const std::vector<std::string>& tests) |
| 284 | { |
| 285 | auto& disabled_tests = info[name].disabled_tests; |
| 286 | disabled_tests.insert(disabled_tests.end(), tests.begin(), tests.end()); |
| 287 | } |