diff --git a/pyfrc/mains/cli_deploy.py b/pyfrc/mains/cli_deploy.py index 34e92f6..ef08cc8 100644 --- a/pyfrc/mains/cli_deploy.py +++ b/pyfrc/mains/cli_deploy.py @@ -135,8 +135,7 @@ def run(self, options, robot_class, **static_options): config.mode = "upload" # run the test suite before uploading - # TODO: disabled for 2020 - if False and not options.skip_tests: + if not options.skip_tests: from .cli_test import PyFrcTest tester = PyFrcTest()