fix(test): remove skip guard and soft assertions from scientific paper E2E test #906

Merged
freemo merged 1 commits from fix/integration-paper-e2e-skip-guard into master 2026-03-14 00:56:37 +00:00
Owner

Summary

Fixes #893

  • Removed Require OpenAI Key skip guard from Suite Setup that silently skipped the entire suite
  • Replaced Run Keyword And Return Status soft RC check with direct Should Be Equal As Integers assertion
  • Converted conditional LaTeX presence check to hard assertions
  • Converted conditional latex_source context field check to hard assertion
  • Removed dead stderr checks (stderr was redirected to stdout via stderr=STDOUT)

Part of Epic #892.

## Summary Fixes #893 - Removed `Require OpenAI Key` skip guard from Suite Setup that silently skipped the entire suite - Replaced `Run Keyword And Return Status` soft RC check with direct `Should Be Equal As Integers` assertion - Converted conditional LaTeX presence check to hard assertions - Converted conditional `latex_source` context field check to hard assertion - Removed dead `stderr` checks (stderr was redirected to stdout via `stderr=STDOUT`) Part of Epic #892.
freemo force-pushed fix/integration-paper-e2e-skip-guard from 688d1a8454 to 048fbe7f90 2026-03-14 00:38:22 +00:00 Compare
freemo scheduled this pull request to auto merge when all checks succeed 2026-03-14 00:38:32 +00:00
freemo force-pushed fix/integration-paper-e2e-skip-guard from 048fbe7f90 to c169cb201d 2026-03-14 00:50:31 +00:00 Compare
freemo merged commit c169cb201d into master 2026-03-14 00:56:37 +00:00
freemo deleted branch fix/integration-paper-e2e-skip-guard 2026-03-14 00:56:37 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cleveragents/cleveragents-core#906