We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61ca75 commit fe59b2dCopy full SHA for fe59b2d
1 file changed
singlestoredb/tests/test_management.py
@@ -366,6 +366,7 @@ def test_connect(self):
366
assert 'endpoint' in cm.exception.msg, cm.exception.msg
367
368
369
+@pytest.mark.skip('Not implemented in server yet')
370
@pytest.mark.management
371
class TestStarterWorkspace(unittest.TestCase):
372
@@ -1491,6 +1492,7 @@ def test_file_object(self):
1491
1492
space.remove('obj_test_2.ipynb')
1493
1494
1495
1496
1497
class TestRegions(unittest.TestCase):
1498
"""Test cases for region management."""
0 commit comments