diff --git a/tests/integration/test_failed_build.py b/tests/integration/test_failed_build.py index 422c44bc..eb63c4b5 100644 --- a/tests/integration/test_failed_build.py +++ b/tests/integration/test_failed_build.py @@ -14,6 +14,7 @@ def test_failed_build(test_env, repo, koji): cancelled, if not completed. """ build = utils.Build(test_env["packaging_utility"], test_env["mbs_api"]) + repo.bump() build.run( "--watch", "--scratch", diff --git a/tests/integration/test_normal_build.py b/tests/integration/test_normal_build.py index a1ca5d66..a414b015 100644 --- a/tests/integration/test_normal_build.py +++ b/tests/integration/test_normal_build.py @@ -18,6 +18,7 @@ def test_normal_build(test_env, repo, koji): if a Platform stream is representing a GA RHEL release. """ build = utils.Build(test_env["packaging_utility"], test_env["mbs_api"]) + repo.bump() build_id = build.run( "--watch", "--scratch",