aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo')
-rw-r--r--python/servo/testing_commands.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py
index 20ed8c29ec3..ddd8cc90918 100644
--- a/python/servo/testing_commands.py
+++ b/python/servo/testing_commands.py
@@ -101,9 +101,6 @@ class MachCommands(CommandBase):
suites = OrderedDict([
("tidy", {"kwargs": {"faster": faster, "no_progress": no_progress},
"include_arg": "include"}),
- ("ref", {"kwargs": {"kind": render_mode},
- "paths": [path.abspath(path.join("tests", "ref"))],
- "include_arg": "include"}),
("wpt", {"kwargs": {"release": release},
"paths": [path.abspath(path.join("tests", "wpt", "web-platform-tests")),
path.abspath(path.join("tests", "wpt", "mozilla"))],