summaryrefslogtreecommitdiff
path: root/testing/mach_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mach_commands.py')
-rw-r--r--testing/mach_commands.py22
1 files changed, 0 insertions, 22 deletions
diff --git a/testing/mach_commands.py b/testing/mach_commands.py
index 866bc530c..a744b0c44 100644
--- a/testing/mach_commands.py
+++ b/testing/mach_commands.py
@@ -56,16 +56,6 @@ TEST_SUITES = {
'mach_command': 'crashtest',
'kwargs': {'test_file': None},
},
- 'firefox-ui-functional': {
- 'aliases': ('Fxfn',),
- 'mach_command': 'firefox-ui-functional',
- 'kwargs': {},
- },
- 'firefox-ui-update': {
- 'aliases': ('Fxup',),
- 'mach_command': 'firefox-ui-update',
- 'kwargs': {},
- },
'jetpack': {
'aliases': ('J',),
'mach_command': 'jetpack-test',
@@ -139,18 +129,6 @@ TEST_FLAVORS = {
'mach_command': 'mochitest',
'kwargs': {'flavor': 'chrome', 'test_paths': []},
},
- 'firefox-ui-functional': {
- 'mach_command': 'firefox-ui-functional',
- 'kwargs': {'tests': []},
- },
- 'firefox-ui-update': {
- 'mach_command': 'firefox-ui-update',
- 'kwargs': {'tests': []},
- },
- 'marionette': {
- 'mach_command': 'marionette-test',
- 'kwargs': {'tests': []},
- },
'mochitest': {
'mach_command': 'mochitest',
'kwargs': {'flavor': 'mochitest', 'test_paths': []},