fix(test): remove skip guard from scientific paper basic test #905

Merged
freemo merged 1 commit from fix/integration-paper-basic-skip-guard into master 2026-03-14 00:37:13 +00:00
Owner

Summary

Fixes #894

  • Removed Require OpenAI Key skip guard from Suite Setup that silently skipped the entire suite when OPENAI_API_KEY was absent
  • Removed the Require OpenAI Key keyword definition
  • Tests will now fail with a real error if the API key is missing, providing honest signal instead of silent skip

Part of Epic #892.

## Summary Fixes #894 - Removed `Require OpenAI Key` skip guard from Suite Setup that silently skipped the entire suite when `OPENAI_API_KEY` was absent - Removed the `Require OpenAI Key` keyword definition - Tests will now fail with a real error if the API key is missing, providing honest signal instead of silent skip Part of Epic #892.
fix(test): remove skip guard from scientific paper basic test
Some checks failed
CI / lint (pull_request) Successful in 18s
CI / build (pull_request) Successful in 15s
CI / quality (pull_request) Successful in 19s
CI / benchmark-publish (pull_request) Has been skipped
CI / e2e_tests (pull_request) Successful in 31s
CI / typecheck (pull_request) Successful in 35s
CI / security (pull_request) Successful in 42s
CI / unit_tests (pull_request) Successful in 2m22s
CI / docker (pull_request) Successful in 54s
CI / integration_tests (pull_request) Successful in 3m37s
CI / coverage (pull_request) Successful in 6m21s
CI / benchmark-regression (pull_request) Successful in 35m46s
CI / lint (push) Successful in 13s
CI / build (push) Successful in 14s
CI / e2e_tests (push) Successful in 25s
CI / quality (push) Successful in 29s
CI / typecheck (push) Successful in 30s
CI / benchmark-regression (push) Has been skipped
CI / security (push) Successful in 36s
CI / unit_tests (push) Successful in 2m28s
CI / docker (push) Successful in 9s
CI / integration_tests (push) Successful in 2m45s
CI / coverage (push) Successful in 5m19s
CI / benchmark-publish (push) Has been cancelled
eb2c2362bd
Remove the Require OpenAI Key keyword and its call from Suite Setup.
Tests now fail with a real error when OPENAI_API_KEY is absent,
providing honest signal instead of silently skipping.
freemo merged commit eb2c2362bd into master 2026-03-14 00:37:13 +00:00
freemo deleted branch fix/integration-paper-basic-skip-guard 2026-03-14 00:37:13 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core!905
No description provided.