Skip to content

Commit

Permalink
Add saved objects serverless API tests to esGate
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Jun 21, 2024
1 parent 695d382 commit 42d1e1d
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 42d1e1d

Please sign in to comment.