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

Merged
freemo merged 1 commits from fix/integration-paper-basic-skip-guard into master 2026-03-14 00:37:13 +00:00
-4
View File
@@ -63,7 +63,6 @@ Scientific Paper Writer Basic Integration Test
*** Keywords ***
Setup Test Environment
Require OpenAI Key
${timestamp}= Get Time epoch
Set Suite Variable ${TEST_ID} ${timestamp}
Set Suite Variable ${CONTEXT_NAME} test_paper_simple_${TEST_ID}
@@ -83,6 +82,3 @@ Should Contain Any
END
Fail Text does not contain any of: @{patterns}
Require OpenAI Key
${api_key}= Get Environment Variable OPENAI_API_KEY default=
Run Keyword If '${api_key}' == '' Skip OPENAI_API_KEY not set; skipping LLM integration tests