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'));