Skip to content

Commit

Permalink
Revert "[regression] Add missing error handler."
Browse files Browse the repository at this point in the history
This reverts commit 5773396.
  • Loading branch information
jonathanmetzman committed Jan 23, 2024
1 parent 5773396 commit b7954a7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ def get_handle_all_errors_mapping():
regression_task.handle_revision_list_error,
uworker_msg_pb2.ErrorType.REGRESSION_BUILD_NOT_FOUND:
regression_task.handle_build_not_found_error,
uworker_msg_pb2.ErrorType.REGRESSION_BUILD_SETUP_ERROR:
regression_task.regression_build_setup_error,
uworker_msg_pb2.ErrorType.REGRESSION_BAD_BUILD_ERROR:
regression_task.handle_regression_bad_build_error,
uworker_msg_pb2.ErrorType.REGRESSION_NO_CRASH:
Expand Down

0 comments on commit b7954a7

Please sign in to comment.