diff options
author | Moonchild <moonchild@palemoon.org> | 2021-11-29 17:19:16 -0500 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-06 23:28:22 +0200 |
commit | 63b8aaa49509ef54628061db640bc0afdf0b5a1a (patch) | |
tree | a1a55db5f262bfbb78402251d2b832f75871b1a3 /testing/mach_commands.py | |
parent | 4897e3653a1da346ac7f6f48c77717582e6c9c79 (diff) | |
download | uxp-63b8aaa49509ef54628061db640bc0afdf0b5a1a.tar.gz |
Issue #1845 - Remove Marionette files
Diffstat (limited to 'testing/mach_commands.py')
-rw-r--r-- | testing/mach_commands.py | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/testing/mach_commands.py b/testing/mach_commands.py index 866bc530ca..a744b0c44f 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': []}, |