Skip to content

Commit fe59b2d

Browse files
committed
Disable starter workspace tests
1 parent e61ca75 commit fe59b2d

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('Not implemented in server yet')
369370
@pytest.mark.management
370371
class TestStarterWorkspace(unittest.TestCase):
371372

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

14931494

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

0 commit comments

Comments
 (0)