Skip to content

Commit

Permalink
fix: remove redundant test results subflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-sentry committed Jun 19, 2024
1 parent aab2c32 commit adc9560
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helpers/checkpoint_logger/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ class UploadFlow(BaseFlow):
@failure_events("TEST_RESULTS_ERROR")
@success_events("TEST_RESULTS_BEGIN")
@subflows(
("notification_latency", "TEST_RESULTS_BEGIN", "TEST_RESULTS_NOTIFY"),
("test_results_notification_latency", "TEST_RESULTS_BEGIN", "TEST_RESULTS_NOTIFY"),
("flake_notification_latency", "TEST_RESULTS_BEGIN", "FLAKE_DETECTION_NOTIFY"),
(
Expand Down

0 comments on commit adc9560

Please sign in to comment.