Skip to content

Commit

Permalink
Test suite failure fix
Browse files Browse the repository at this point in the history
_scmsync.obsinfo is only created on OBS server side runs meanwile
  • Loading branch information
adrianschroeter committed Nov 13, 2024
1 parent 9afec06 commit e6fbdee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ def test_clones_the_repository(auto_container_per_test: ContainerData):
auto_container_per_test.connection.run_expect(
[0], f"{_OBS_SCM_BRIDGE_CMD} --outdir {dest} --url file://{_RPMS_DIR}ring0"
)
# delete _scmsync.obsinfo so that the diff succeeds
auto_container_per_test.connection.run_expect([0], f"rm {dest}/_scmsync.obsinfo")
auto_container_per_test.connection.run_expect([0], f"diff {dest} {_RPMS_DIR}ring0")


Expand Down

0 comments on commit e6fbdee

Please sign in to comment.