Skip to content

Commit

Permalink
fix last queueing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet committed Aug 8, 2024
1 parent 69fc27e commit 4e786da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bert_e/tests/test_bert_e.py
Original file line number Diff line number Diff line change
Expand Up @@ -4421,7 +4421,7 @@ def test_stabilization_and_dev_branch_addition(self):
'development/5.1 stabilization/5.1.4')

if not self.args.disable_queues:
self.gitrepo.cmd('git push origin :q/4.3 :q/4 :q/10 :q/10.0')
self.gitrepo.cmd('git push origin :q/4.3 :q/4 :q/5 :q/10.0 :q/10 ')

with self.assertRaises(exns.BranchHistoryMismatch):
self.handle(pr.id, options=self.bypass_all, backtrace=True)
Expand Down

0 comments on commit 4e786da

Please sign in to comment.