Skip to content

Commit

Permalink
enable Python - Verify Basic FastAPI App [C903306] on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sharon-wang committed Dec 24, 2024
1 parent d44c24b commit 111d6a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/tests/apps/python-apps.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ 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.viewer;

await app.workbench.quickaccess.openFile(join(app.workspacePathOrFolder, 'workspaces', 'python_apps', 'fastapi_example', 'fastapi_example.py'));
Expand Down

0 comments on commit 111d6a9

Please sign in to comment.