diff --git a/selfdrive/test/process_replay/test_processes.py b/selfdrive/test/process_replay/test_processes.py index 5eb7ee28ef..2d5cf4f8ef 100755 --- a/selfdrive/test/process_replay/test_processes.py +++ b/selfdrive/test/process_replay/test_processes.py @@ -158,8 +158,8 @@ if __name__ == "__main__": upload = args.update_refs or args.upload_only os.makedirs(os.path.dirname(FAKEDATA), exist_ok=True) - # if upload: - # assert full_test, "Need to run full test when updating refs" + if upload: + assert full_test, "Need to run full test when updating refs" try: with open(REF_COMMIT_FN) as f: