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 7b392d2 commit 99d4574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/areas/apps/python-apps.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit 99d4574

Please sign in to comment.