Skip to content

Commit

Permalink
Add saved objects serverless API tests to esGate (elastic#186589)
Browse files Browse the repository at this point in the history
## Summary

This PR tags the saved_object_management API integration test suite with
`esGate` to include it in the verification checks that run as part of
the Elasticsearch on-merge process.
  • Loading branch information
pheyos authored Jun 21, 2024
1 parent 1ef0793 commit c0eba7c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
import { FtrProviderContext } from '../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('saved objects management apis', () => {
describe('saved objects management apis', function () {
this.tags(['esGate']);

loadTestFile(require.resolve('./find'));
loadTestFile(require.resolve('./bulk_get'));
loadTestFile(require.resolve('./bulk_delete'));
Expand Down

0 comments on commit c0eba7c

Please sign in to comment.