Skip to content

Commit 003396e

Browse files
committed
skip flaky suite (#78553)
1 parent 37525f8 commit 003396e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/functional/apps/discover/async_scripted_fields.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ export default function ({ getService, getPageObjects }) {
1818
const queryBar = getService('queryBar');
1919
const security = getService('security');
2020

21-
describe('async search with scripted fields', function () {
21+
// Failing: See https://github.com/elastic/kibana/issues/78553
22+
describe.skip('async search with scripted fields', function () {
2223
this.tags(['skipFirefox']);
2324

2425
before(async function () {

0 commit comments

Comments
 (0)