Skip to content

Commit 0af4114

Browse files
disable start_call
1 parent 21f30c4 commit 0af4114

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/e2e_tests/test_incentive.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@ async def test_incentive(local_chain, subtensor, templates, alice_wallet, bob_wa
7373
await wait_epoch(subtensor, netuid)
7474

7575
# Subnet "Start Call" https://github.com/opentensor/bits/pull/13
76-
status, error = await root_set_subtensor_hyperparameter_values(
77-
local_chain,
78-
alice_wallet,
79-
call_function="start_call",
80-
call_params={
81-
"netuid": netuid,
82-
},
83-
)
84-
85-
assert status is True, error
76+
# status, error = await root_set_subtensor_hyperparameter_values(
77+
# local_chain,
78+
# alice_wallet,
79+
# call_function="start_call",
80+
# call_params={
81+
# "netuid": netuid,
82+
# },
83+
# )
84+
85+
# assert status is True, error
8686

8787
# update weights_set_rate_limit for fast-blocks
8888
tempo = subtensor.tempo(netuid)

0 commit comments

Comments
 (0)