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