-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Obs AI Assistant] Add route privilege tests for Serverless #205210
base: main
Are you sure you want to change the base?
[Obs AI Assistant] Add route privilege tests for Serverless #205210
Conversation
Pinging @elastic/obs-ai-assistant (Team:Obs AI Assistant) |
ed525be
to
c085431
Compare
@@ -170,57 +172,26 @@ export default function ApiTest({ getService }: FtrProviderContext) { | |||
]); | |||
}); | |||
|
|||
it.skip('returns a useful error if the request fails', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did we skip this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was skipped as part of the migration to inference endpoints. The discussion thread can be found here - https://github.com/elastic/kibana/pull/199286/files#r1867485436
...rless/api_integration/test_suites/observability/ai_assistant/tests/complete/complete.spec.ts
Outdated
Show resolved
Hide resolved
c085431
to
8852cdc
Compare
💚 Build Succeeded
Metrics [docs]
History
cc @viduni94 |
Summary
This PR adds security and route privilege tests to the serverless test suite.
Checklist
release_note:*
label is applied per the guidelines