Skip to content

chore: make "Disable Windows Defender" step non-blocking in E2E workflow#1397

Merged
fengmk2 merged 5 commits intomainfrom
copilot/fix-e2e-test-scheduled-run
Apr 16, 2026
Merged

chore: make "Disable Windows Defender" step non-blocking in E2E workflow#1397
fengmk2 merged 5 commits intomainfrom
copilot/fix-e2e-test-scheduled-run

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 16, 2026

The scheduled E2E run failed because the "Disable Windows Defender" PowerShell step errored, causing all subsequent steps to be skipped. This is a performance optimization, not a prerequisite.

  • Add continue-on-error: true to both "Disable Windows Defender" steps in .github/workflows/e2e-test.yml (build job and e2e-test job)

Copilot AI linked an issue Apr 16, 2026 that may be closed by this pull request
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 16, 2026

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit f73388b
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/69e0d161ccb2e20009605a5a

Copilot AI changed the title [WIP] Fix scheduled E2E test run failure fix: make "Disable Windows Defender" step non-blocking in E2E workflow Apr 16, 2026
Copilot AI requested a review from fengmk2 April 16, 2026 03:47
@fengmk2 fengmk2 changed the title fix: make "Disable Windows Defender" step non-blocking in E2E workflow chore: make "Disable Windows Defender" step non-blocking in E2E workflow Apr 16, 2026
@fengmk2 fengmk2 marked this pull request as ready for review April 16, 2026 03:49
@fengmk2 fengmk2 requested review from branchseer and cpojer April 16, 2026 03:49
fengmk2 added 3 commits April 16, 2026 14:49
The render_help_doc_appends_documentation_footer test was TTY-dependent:
when stdout is a terminal, render_heading wraps 'Documentation:' in ANSI
bold+blue codes via should_style_help(), breaking the substring match.
Strip ANSI from the output so the assertion is environment-independent.
@fengmk2 fengmk2 merged commit 87aa125 into main Apr 16, 2026
72 checks passed
@fengmk2 fengmk2 deleted the copilot/fix-e2e-test-scheduled-run branch April 16, 2026 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

E2E Test Scheduled Run Failed

3 participants