We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3025a1f commit 3caeb3cCopy full SHA for 3caeb3c
pytest_services/mysql.py
@@ -55,6 +55,7 @@ def mysql_system_database(
55
):
56
"""Install database to given path."""
57
if run_services:
58
+ pytest.skip(reason="#50 needs investigation")
59
mysqld = shutil.which('mysqld')
60
assert mysqld, 'You have to install mysqld script.'
61
0 commit comments