Skip to content

Commit 8a109ad

Browse files
committed
Enable starter workspace tests
1 parent fe59b2d commit 8a109ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

singlestoredb/tests/test_management.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ def test_connect(self):
366366
assert 'endpoint' in cm.exception.msg, cm.exception.msg
367367

368368

369-
@pytest.mark.skip('Not implemented in server yet')
370369
@pytest.mark.management
371370
class TestStarterWorkspace(unittest.TestCase):
372371

@@ -1492,7 +1491,6 @@ def test_file_object(self):
14921491
space.remove('obj_test_2.ipynb')
14931492

14941493

1495-
@pytest.mark.skip('Not implemented in server yet')
14961494
@pytest.mark.management
14971495
class TestRegions(unittest.TestCase):
14981496
"""Test cases for region management."""

0 commit comments

Comments
 (0)