diff options
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index a7b5e904072..208d9b2433b 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -158,17 +158,6 @@ class MachCommands(CommandBase): return suite return None - @Command('test-geckolib', - description='Test geckolib sanity checks', - category='testing') - def test_geckolib(self): - self.ensure_bootstrapped() - - env = self.build_env() - env["RUST_BACKTRACE"] = "1" - - return call(["cargo", "test"], env=env, cwd=path.join("ports", "geckolib")) - @Command('test-perf', description='Run the page load performance test', category='testing') |