Skip to content

Commit e694611

Browse files
committed
Disable starter workspace for now
1 parent 1d00d86 commit e694611

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

singlestoredb/tests/test_management.py

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

368368

369+
@pytest.mark.skip(reason='Not implemented in server yet')
369370
@pytest.mark.management
370371
class TestStarterWorkspace(unittest.TestCase):
371372

@@ -1492,6 +1493,7 @@ def test_file_object(self):
14921493
space.remove('obj_test_2.ipynb')
14931494

14941495

1496+
@pytest.mark.skip(reason='Not implemented in server yet')
14951497
@pytest.mark.management
14961498
class TestRegions(unittest.TestCase):
14971499
"""Test cases for region management."""

0 commit comments

Comments
 (0)