Skip to content

Commit

Permalink
smoketest: T31: remove VRF failfast unittest aargument
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Nov 27, 2023
1 parent 6c21498 commit b1a6d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoketest/scripts/cli/test_vrf.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,4 +489,4 @@ def test_vrf_vni_add_change_remove(self):


if __name__ == '__main__':
unittest.main(verbosity=2, failfast=True)
unittest.main(verbosity=2)

0 comments on commit b1a6d77

Please sign in to comment.