Skip to content

Commit

Permalink
comment back manifest generating line
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDee committed Dec 6, 2023
1 parent 0f322ed commit d428daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/artifacts/test_previous_version_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def test_compare_results_current(self, project):
current_run_results_schema_version == self.CURRENT_EXPECTED_RUN_RESULTS_VERSION
), "Sounds like you've bumped the run_results version and need to update this test!"
# If we need a newly generated run_results, uncomment the following line and commit the result
self.generate_latest_run_results(project, current_run_results_schema_version)
# self.generate_latest_run_results(project, current_run_results_schema_version)
self.compare_previous_results(project, current_run_results_schema_version, True, 0)

def test_backwards_compatible_run_results_versions(self, project):
Expand Down

0 comments on commit d428daa

Please sign in to comment.