mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing es promotion suite (#176100)
This commit is contained in:
parent
222e894b8a
commit
a8566d23b0
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
hideAnnouncements: true,
|
||||
};
|
||||
|
||||
describe('discover default columns', function () {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/176100
|
||||
describe.skip('discover default columns', function () {
|
||||
before(async () => {
|
||||
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
|
||||
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/logstash_functional');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue