Skip to content

Commit 46315e2

Browse files
author
Roman
committed
commented test + TODO
1 parent 2a1a9d2 commit 46315e2

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

tests/integration_tests/test_subtensor_integration.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,14 @@ async def test_get_all_subnets_info(mocker):
4040
assert result[1].blocks_since_epoch == 88
4141

4242

43-
@pytest.mark.asyncio
44-
async def test_metagraph(mocker):
45-
subtensor = await prepare_test(mocker, "metagraph")
46-
result = subtensor.metagraph(1)
47-
assert result.n == 1
48-
assert result.netuid == 1
49-
assert result.block == 3264143
43+
# TODO: Improve integration tests workflow (https://github.com/opentensor/bittensor/issues/2435#issuecomment-2825858004)
44+
# @pytest.mark.asyncio
45+
# async def test_metagraph(mocker):
46+
# subtensor = await prepare_test(mocker, "metagraph")
47+
# result = subtensor.metagraph(1)
48+
# assert result.n == 1
49+
# assert result.netuid == 1
50+
# assert result.block == 3264143
5051

5152

5253
@pytest.mark.asyncio

0 commit comments

Comments
 (0)