File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,14 @@ async def test_get_all_subnets_info(mocker):
40
40
assert result [1 ].blocks_since_epoch == 88
41
41
42
42
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
50
51
51
52
52
53
@pytest .mark .asyncio
You can’t perform that action at this time.
0 commit comments