Skip to content

Commit 613325d

Browse files
robg-nhsrobg-test
andauthored
[NDR-92] Disable upload tests (#642)
Co-authored-by: robg-nhs <[email protected]>
1 parent 6368c62 commit 613325d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/cypress/e2e/1-ndr-smoke-tests/gp_user_workflows/upload_lloyd_george_is_bsol_gp_admin_workflow.cy.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ describe('GP Workflow: Upload Lloyd George record', () => {
5353

5454
it(
5555
'[Smoke] GP ADMIN can upload and then view a Lloyd George record for an active patient with no record',
56-
{ tags: 'smoke', defaultCommandTimeout: 20000 },
56+
//Temporarily disabled until Virus Scanner Reenabled on dev
57+
// { tags: 'smoke', defaultCommandTimeout: 20000 },
58+
{ defaultCommandTimeout: 20000 },
5759
() => {
5860
cy.smokeLogin(Roles.GP_ADMIN_BSOL);
5961

0 commit comments

Comments
 (0)