From 09a6000bc139bf9f88ebccb40a31e8741a8c1778 Mon Sep 17 00:00:00 2001 From: Mourits de Beer <31511766+ff137@users.noreply.github.com> Date: Thu, 17 Oct 2024 19:32:40 +0200 Subject: [PATCH] :test_tube: Skip test which modifies Faber wallet settings (#1126) --- app/tests/e2e/test_did_exchange.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/tests/e2e/test_did_exchange.py b/app/tests/e2e/test_did_exchange.py index eadc41f78..8c3aa54d1 100644 --- a/app/tests/e2e/test_did_exchange.py +++ b/app/tests/e2e/test_did_exchange.py @@ -108,6 +108,10 @@ async def test_create_did_exchange_request( @pytest.mark.anyio +@pytest.mark.skip( + "Changing Faber wallet settings during xdist run can break other tests. " + "This test works in isolation. Should be refactored to run in parallel." +) @pytest.mark.parametrize("use_public_did", [False]) async def test_accept_did_exchange_invitation( alice_member_client: RichAsyncClient,