Skip to content

Commit f258fe8

Browse files
committed
Disable legacy cluster API
1 parent ac3711d commit f258fe8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

singlestoredb/tests/test_management.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def shared_database_name(s):
3030
return re.sub(r'[^\w]', '', s).replace('-', '_').lower()
3131

3232

33+
@pytest.mark.skip(reason='Legacy cluster Management API is going away')
3334
@pytest.mark.management
3435
class TestCluster(unittest.TestCase):
3536

0 commit comments

Comments
 (0)