summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/mach_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozharness/mach_commands.py')
-rw-r--r--testing/mozharness/mach_commands.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/mozharness/mach_commands.py b/testing/mozharness/mach_commands.py
index 47b3ca4977..737d3e30b2 100644
--- a/testing/mozharness/mach_commands.py
+++ b/testing/mozharness/mach_commands.py
@@ -116,11 +116,6 @@ class MozharnessRunner(MozbuildObject):
"script": "desktop_unittest.py",
"config": desktop_unittest_config + ["--reftest-suite", "reftest"],
},
- "reftest-no-accel": {
- "script": "desktop_unittest.py",
- "config": desktop_unittest_config
- + ["--reftest-suite", "reftest-no-accel"],
- },
"cppunittest": {
"script": "desktop_unittest.py",
"config": desktop_unittest_config