Skip to content

Commit 4f82168

Browse files
Merge pull request #2723 from opentensor/tests/skip_e2e_test_children
Skip E2E test_children
2 parents 78a5152 + 447ced6 commit 4f82168

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/e2e_tests/test_hotkeys.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ def test_hotkeys(subtensor, alice_wallet):
5454
)
5555

5656

57+
@pytest.mark.skip(
58+
reason="""The behavior of set_children changes: Instead of setting children immediately, the children will be set in the subnet epoch after a cool down period (7200 blocks).
59+
https://github.com/opentensor/subtensor/pull/1050
60+
""",
61+
)
5762
@pytest.mark.asyncio
5863
async def test_children(subtensor, alice_wallet, bob_wallet):
5964
"""

0 commit comments

Comments
 (0)