Skip to content

Commit 75a1d0a

Browse files
committed
skip failing forward es compatibility suite (#157035)
1 parent 1fe4c33 commit 75a1d0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/functional/apps/reporting_management/report_listing.ts

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

21-
describe('Listing of Reports', function () {
21+
// FAILING ES FORWARD COMPATIBILITY: https://github.com/elastic/kibana/issues/157035
22+
describe.skip('Listing of Reports', function () {
2223
before(async () => {
2324
await security.testUser.setRoles([
2425
'kibana_admin', // to access stack management

0 commit comments

Comments
 (0)