Skip to content

Commit

Permalink
[M116][infra] Remove regen_test_json call from unit test.
Browse files Browse the repository at this point in the history
The regen_test_json function is intended to simplify the process of
updating the test json files when making changes, but not intended to be
left in when submitted. A use of it was accidentally committed in
crrev.com/c/4632065.

(cherry picked from commit 1c1e4d4)

Bug: 1456553
Change-Id: I950fbd480baa600bdb00c2e7ed8b20bca195eb3e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4651991
Reviewed-by: Struan Shrimpton <sshrimp@google.com>
Commit-Queue: Struan Shrimpton <sshrimp@google.com>
Auto-Submit: Garrett Beaty <gbeaty@google.com>
Cr-Original-Commit-Position: refs/heads/main@{#1163047}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4651303
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5845@{#152}
Cr-Branched-From: 5a5dff6-refs/heads/main@{#1160321}
  • Loading branch information
kleerwater authored and Chromium LUCI CQ committed Jun 27, 2023
1 parent 2e7d28d commit 460aa1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing/buildbot/generate_buildbot_json_unittest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3073,7 +3073,6 @@ def test_args_field_merging(self):
FOO_TEST_SUITE_WITH_ARGS,
LUCI_MILO_CFG,
mixins=MIXIN_ARGS)
self.regen_test_json(fbb)
fbb.check_output_file_consistency(verbose=True)
self.assertFalse(fbb.printed_lines)

Expand Down

0 comments on commit 460aa1b

Please sign in to comment.