Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/e2e_tests/test_liquidity.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
)


@pytest.mark.skip("Skips user liquidity e2e test pending the rework")
def test_liquidity(subtensor, alice_wallet, bob_wallet):
"""
Tests the liquidity mechanism
Expand Down Expand Up @@ -281,6 +282,7 @@ def test_liquidity(subtensor, alice_wallet, bob_wallet):
logging.console.info("✅ Passed [blue]test_liquidity[/blue]")


@pytest.mark.skip("Skips user liquidity e2e test pending the rework")
@pytest.mark.asyncio
async def test_liquidity_async(async_subtensor, alice_wallet, bob_wallet):
"""
Expand Down
Loading