diff --git a/test/integrationtests/voight_kampff/features/environment.py b/test/integrationtests/voight_kampff/features/environment.py
index 662c912069..6debde1765 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