From 7ff20a34e0d5a52092d88146122c5db626a33140 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Mon, 12 Jun 2023 13:22:45 -0400 Subject: [PATCH] Skip on macOS :( --- integration/test_tor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/test_tor.py b/integration/test_tor.py index c14cb717e..af83e2ba1 100644 --- a/integration/test_tor.py +++ b/integration/test_tor.py @@ -139,7 +139,7 @@ def _create_anonymous_node(reactor, name, control_port, request, temp_dir, flog_ print("okay, launched") return result - +@pytest.mark.skipif(sys.platform.startswith('darwin'), reason='This test has issues on macOS') @pytest_twisted.inlineCallbacks def test_anonymous_client(reactor, request, temp_dir, flog_gatherer, tor_network, introducer_furl): """