Skip to content

Commit

Permalink
more test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 24, 2024
1 parent f51ef2a commit 1751db9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_externalfailures.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ def test_abort_resume_emptysnapshotlist(self):
"test test_target1 --no-progress --verbose --no-snapshot".split(
" ")).run())

print(buf.getvalue())

self.assertIn("Aborting resume, its obsolete", buf.getvalue())
#NOTE: v3.4 doesnt abort the resume if there are no snapshots to send.
# print(buf.getvalue())
# self.assertIn("Aborting resume, its obsolete", buf.getvalue())


def test_missing_common(self):
Expand Down

0 comments on commit 1751db9

Please sign in to comment.