From bd571f07dac6dbf50a161d6b386fa34d18519325 Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Mon, 5 Jan 2026 13:36:46 -0800 Subject: [PATCH] skip test till its enabled again in-chain --- tests/e2e_tests/test_liquidity.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/e2e_tests/test_liquidity.py b/tests/e2e_tests/test_liquidity.py index e97e1b6b4..a5c38ccc8 100644 --- a/tests/e2e_tests/test_liquidity.py +++ b/tests/e2e_tests/test_liquidity.py @@ -1,3 +1,4 @@ +import pytest import asyncio import json import time @@ -14,6 +15,7 @@ """ +@pytest.mark.skip(reason="User liquidity currently disabled on chain") def test_liquidity(local_chain, wallet_setup): wallet_path_alice = "//Alice" netuid = 2