diff --git a/tests/IntegrationTests.py b/tests/IntegrationTests.py index 73f211624c..ee249d8cb5 100644 --- a/tests/IntegrationTests.py +++ b/tests/IntegrationTests.py @@ -48,7 +48,8 @@ def run(): port=8050, debug=False, processes=4, - threaded=False + threaded=False, + dev_tools=False ) # Run on a separate process so that it doesn't block