mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing es promotion suite (#104362)
This commit is contained in:
parent
f5e7b46eb9
commit
2e492c2083
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
const queryBar = getService('queryBar');
|
||||
const security = getService('security');
|
||||
|
||||
describe('async search with scripted fields', function () {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/104362
|
||||
describe.skip('async search with scripted fields', function () {
|
||||
this.tags(['skipFirefox']);
|
||||
|
||||
before(async function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue