Skip to content

Commit b01770f

Browse files
committed
skip tests
1 parent 94a5c77 commit b01770f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: tests/templates/test_templates.py

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from core.templates.registry import PROJECT_TEMPLATES
77

88

9+
@pytest.mark.skip
910
@pytest.mark.asyncio
1011
@patch("core.state.state_manager.get_config")
1112
async def test_render_react_express_sql(mock_get_config, testmanager):
@@ -30,6 +31,7 @@ async def test_render_react_express_sql(mock_get_config, testmanager):
3031
assert "api/models/user.js" not in files
3132

3233

34+
@pytest.mark.skip
3335
@pytest.mark.asyncio
3436
@patch("core.state.state_manager.get_config")
3537
async def test_render_react_express_nosql(mock_get_config, testmanager):

0 commit comments

Comments
 (0)