Skip to content

Commit

Permalink
skip failing es promotion suites (#109703)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 23, 2021
1 parent c621b8e commit 3ca3a9a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
});
});

registry.when('on trial license with data', { config: 'trial', archives: ['8.0.0'] }, () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/109703
registry.when.skip('on trial license with data', { config: 'trial', archives: ['8.0.0'] }, () => {
it('queries the search strategy and returns results', async () => {
const intialResponse = await supertest
.post(`/internal/bsearch`)
Expand Down

0 comments on commit 3ca3a9a

Please sign in to comment.