fix(test): remove skip guard from scientific paper basic test #905
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user