Skip to content

Commit f5487ce

Browse files
authored
Merge pull request #3239 from opentensor/tests/roman/@pytest.mark.skip(Skips-user-liquidity-e2e-test-pending-the-rework)
Skips user liquidity e2e test pending the rework
2 parents 70a873c + ef0658f commit f5487ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e_tests/test_liquidity.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
)
1010

1111

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

283284

285+
@pytest.mark.skip("Skips user liquidity e2e test pending the rework")
284286
@pytest.mark.asyncio
285287
async def test_liquidity_async(async_subtensor, alice_wallet, bob_wallet):
286288
"""

0 commit comments

Comments
 (0)