Skip to content

Commit

Permalink
test: mark this as unix only
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman committed Dec 23, 2021
1 parent a27ff00 commit 1d3755f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_combinations.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Test module to express odd combinations of configurations."""
# TODO: Move this to a more common location, like `conftest.py`.
from test_async import unix_sockets_only


def test_parametrize_with_socket_enabled_and_allow_hosts(testdir, httpbin):
Expand Down Expand Up @@ -47,6 +49,7 @@ def test_remote_not_allowed_fails():
)


@unix_sockets_only
def test_combine_unix_and_allow_hosts(testdir, httpbin):
"""Test combination of disable, allow-unix and allow-hosts.
Expand Down

0 comments on commit 1d3755f

Please sign in to comment.