mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing es promotion suites (#156901)
This commit is contained in:
parent
715b857252
commit
d7c83d4779
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const esArchiver = getService('esArchiver');
|
||||
|
||||
describe('Listing of Reports', function () {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/156901
|
||||
describe.skip('Listing of Reports', function () {
|
||||
before(async () => {
|
||||
await security.testUser.setRoles([
|
||||
'kibana_admin', // to access stack management
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue