Chromium Code Reviews| Index: tools/run-tests.py |
| diff --git a/tools/run-tests.py b/tools/run-tests.py |
| index 09e881628ba4278a7e2bbe15e86878593a8a6f12..16e67facc8720d57a1fdeb092d5d4ac49dbd55c9 100755 |
| --- a/tools/run-tests.py |
| +++ b/tools/run-tests.py |
| @@ -98,8 +98,7 @@ TEST_MAP = { |
| TIMEOUT_DEFAULT = 60 |
| -# TODO(machenbach): Add ignition_staging variant. |
| -VARIANTS = ["default", "turbofan"] |
| +VARIANTS = ["default", "turbofan", "ignition_staging"] |
| MORE_VARIANTS = [ |
| "ignition", |