Skip to content

Commit

Permalink
🧪 Skip test which modifies Faber wallet settings (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 authored Oct 17, 2024
1 parent c6b887e commit 09a6000
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/tests/e2e/test_did_exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 09a6000

Please sign in to comment.