Skip to content

Commit bd571f0

Browse files
committed
skip test till its enabled again in-chain
1 parent b0a00e0 commit bd571f0

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
@@ -1,3 +1,4 @@
1+
import pytest
12
import asyncio
23
import json
34
import time
@@ -14,6 +15,7 @@
1415
"""
1516

1617

18+
@pytest.mark.skip(reason="User liquidity currently disabled on chain")
1719
def test_liquidity(local_chain, wallet_setup):
1820
wallet_path_alice = "//Alice"
1921
netuid = 2

0 commit comments

Comments
 (0)