From e0c7016b4da6f4f90b97addd0404ef4bf9af75e4 Mon Sep 17 00:00:00 2001 From: Kris Gesling Date: Wed, 28 Oct 2020 16:30:10 +0930 Subject: [PATCH] revert a temporary bugfix from PR #2626 --- test/integrationtests/voight_kampff/features/environment.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/integrationtests/voight_kampff/features/environment.py b/test/integrationtests/voight_kampff/features/environment.py index 6b1c3c8fcb..ca92a87adb 100644 --- a/test/integrationtests/voight_kampff/features/environment.py +++ b/test/integrationtests/voight_kampff/features/environment.py @@ -90,12 +90,6 @@ def before_all(context): else: sleep(1) - # Temporary bugfix - First test to run sometimes fails - # Sleeping to see if something isn't finished setting up when tests start - # More info in Jira Ticket MYC-370 - # TODO - remove and fix properly dependant on if failures continue - sleep(10) - context.bus = bus context.step_timeout = 10 # Reset the step_timeout to 10 seconds context.matched_message = None