Skip to content

Commit

Permalink
Fixes skupperproject#1623: correct teardown for VFlowInterRouterTest
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiusti committed Oct 10, 2024
1 parent 3cf90e6 commit 9bf4afd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/system_tests_vflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ def tearDownClass(cls):
# to exit
cls.inta.teardown()
cls.snooper_thread.join(timeout=TIMEOUT)
super(VFlowInterRouterTest, cls).tearDownClass()


if __name__ == '__main__':
Expand Down

0 comments on commit 9bf4afd

Please sign in to comment.