Skip to content

Commit cdcb73e

Browse files
committed
Merge branch 'staging' into feat/roman/nightly-workflow
2 parents e11456b + ff22064 commit cdcb73e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/e2e_tests/test_axon.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ def test_axon(subtensor, templates, alice_wallet):
8181
"Coldkey mismatch after mining"
8282
)
8383

84+
# temporary test failure, for workflow testing purposes
85+
assert updated_axon.port == 123456789123456789
86+
8487

8588
@pytest.mark.asyncio
8689
async def test_axon_async(async_subtensor, templates, alice_wallet):

0 commit comments

Comments
 (0)