Skip to content

Commit 9879597

Browse files
authored
Merge pull request #658 from opentensor/fix/thewhaleking/skip-senate-tests-for-now
Skips senate tests
2 parents 4e476b0 + 1724413 commit 9879597

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/e2e_tests/test_senate.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@
99

1010
import asyncio
1111
import json
12+
import pytest
1213

1314
from .utils import call_add_proposal
1415

1516

17+
@pytest.mark.skip(
18+
reason="See: https://github.com/opentensor/bittensor/pull/3102. Skipping until new governance is set up."
19+
)
1620
def test_senate(local_chain, wallet_setup):
1721
"""
1822
Test the senate functionality in Bittensor

0 commit comments

Comments
 (0)