From 99d45748a77d60693441894373ff827e0ee0a088 Mon Sep 17 00:00:00 2001 From: sharon wang Date: Tue, 24 Dec 2024 15:17:18 -0700 Subject: [PATCH] enable Python - Verify Basic FastAPI App [C903306] on Windows --- test/e2e/areas/apps/python-apps.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/areas/apps/python-apps.test.ts b/test/e2e/areas/apps/python-apps.test.ts index f19f93ae99fa..f8206ea573c0 100644 --- a/test/e2e/areas/apps/python-apps.test.ts +++ b/test/e2e/areas/apps/python-apps.test.ts @@ -41,7 +41,7 @@ test.describe('Python Applications', { }); }); - test('Python - Verify Basic FastAPI App [C903306]', async function ({ app, python }) { + test('Python - Verify Basic FastAPI App [C903306]', { tag: [tags.WIN] }, async function ({ app, python }) { const viewer = app.workbench.positronViewer; await app.workbench.positronQuickaccess.openFile(join(app.workspacePathOrFolder, 'workspaces', 'python_apps', 'fastapi_example', 'fastapi_example.py'));