We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3711d commit f258fe8Copy full SHA for f258fe8
1 file changed
singlestoredb/tests/test_management.py
@@ -30,6 +30,7 @@ def shared_database_name(s):
30
return re.sub(r'[^\w]', '', s).replace('-', '_').lower()
31
32
33
+@pytest.mark.skip(reason='Legacy cluster Management API is going away')
34
@pytest.mark.management
35
class TestCluster(unittest.TestCase):
36
0 commit comments