Skip to content

Commit

Permalink
Comment out line to generate new manifest in test_previous_version_st…
Browse files Browse the repository at this point in the history
…ate.py (dbt-labs#5604)
  • Loading branch information
gshank authored and Axel Goblet committed Sep 16, 2022
1 parent acfc8a6 commit d9fd59a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/functional/artifacts/test_previous_version_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def test_compare_state_current(self, project):
assert (
current_schema_version == self.CURRENT_EXPECTED_MANIFEST_VERSION
), "Sounds like you've bumped the manifest version and need to update this test!"
self.generate_latest_manifest(project, current_schema_version)
# If we need a newly generated manifest, uncomment the following line and commit the result
# self.generate_latest_manifest(project, current_schema_version)
self.compare_previous_state(project, current_schema_version, True)

def test_backwards_compatible_versions(self, project):
Expand Down

0 comments on commit d9fd59a

Please sign in to comment.