Skip to content

Commit 0aeaaa9

Browse files
committed
skip failing es promotion suites (#156901)
1 parent 7524744 commit 0aeaaa9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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 PROMOTION: https://github.com/elastic/kibana/issues/156901
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)