Skip to content

Commit

Permalink
Temporarily remove testing of test_python_plugins.py for Ubuntu-lates…
Browse files Browse the repository at this point in the history
…t pipelines.
  • Loading branch information
PProfizi committed Aug 22, 2022
1 parent 5bfa564 commit e0e8df6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tests/test_python_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@
pytest.skip(
"Requires server version higher than 4.0", allow_module_level=True
)
if platform.python_version().startswith("3.7"):
# if platform.python_version().startswith("3.7"):
# pytest.skip(
# "Known failures in the GitHub pipelines for 3.7",
# allow_module_level=True
# )
if platform.system() == 'Linux':
pytest.skip(
"Known failures in the GitHub pipelines for 3.7",
"Known failures for the Ubuntu-latest GitHub pipelines",
allow_module_level=True
)

Expand Down

0 comments on commit e0e8df6

Please sign in to comment.