mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Add saved objects serverless API tests to esGate (#186589)
## 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.
This commit is contained in:
parent
1ef0793245
commit
c0eba7c0f1
1 changed files with 3 additions and 1 deletions
|
@ -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'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue