summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonne Martin <donne.martin@gmail.com>2019-04-13 11:42:43 -0400
committerGitHub <noreply@github.com>2019-04-13 11:42:43 -0400
commit2a20aeee0ea3eca913dab2f9cc403ba961909cff (patch)
tree7828ca92694b86e80c3e80b09715aecf05921086
parenteaf110649df43f25121ca08941a650adac718ddc (diff)
Disable integration tests that rely on a network connection
TODO: This should be mocked
-rw-r--r--tests/run_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run_tests.py b/tests/run_tests.py
index 16afd9b..46ef1b6 100644
--- a/tests/run_tests.py
+++ b/tests/run_tests.py
@@ -23,6 +23,7 @@ from test_haxor import HaxorTest # NOQA
from test_keys import KeysTest # NOQA
from test_toolbar import ToolbarTest # NOQA
from test_config import ConfigTest # NOQA
+# from test_config_integration import ConfigTestIntegration # NOQA
try:
from test_cli import CliTest # NOQA
except: