mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Revert skips added while triaging ES OOMs (#97876)
* Revert "skip flaky suite (#97382)" This reverts commite321f57f64
. * Revert "skip flaky suite (#97387)" This reverts commita89b756710
. * Revert "Skip test to try and stabilize master" (#97378) This reverts commit194355fdd3
. * upload heap dumps when they are created Co-authored-by: spalger <spalger@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
2f25047cbd
commit
6bb289368b
4 changed files with 4 additions and 6 deletions
|
@ -201,6 +201,7 @@ def withGcsArtifactUpload(workerName, closure) {
|
|||
'x-pack/test/**/screenshots/session/*.png',
|
||||
'x-pack/test/functional/apps/reporting/reports/session/*.pdf',
|
||||
'x-pack/test/functional/failure_debug/html/*.html',
|
||||
'.es/**/*.hprof'
|
||||
]
|
||||
|
||||
withEnv([
|
||||
|
|
|
@ -160,8 +160,7 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
const esArchiver = getService('esArchiver');
|
||||
const supertest = getService('supertest');
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/97387
|
||||
describe.skip('existing_fields apis', () => {
|
||||
describe('existing_fields apis', () => {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('logstash_functional');
|
||||
await esArchiver.loadIfNeeded('visualize/default');
|
||||
|
|
|
@ -33,8 +33,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const supertest = getService('supertest');
|
||||
const retry = getService('retry');
|
||||
|
||||
// FIX: https://github.com/elastic/kibana/issues/97378
|
||||
describe.skip('Matrix DNS Histogram', () => {
|
||||
describe('Matrix DNS Histogram', () => {
|
||||
describe('Large data set', () => {
|
||||
before(() => esArchiver.load('security_solution/matrix_dns_histogram/large_dns_query'));
|
||||
after(() => esArchiver.unload('security_solution/matrix_dns_histogram/large_dns_query'));
|
||||
|
|
|
@ -12,8 +12,7 @@ export default function featureControlsTests({ getService }: FtrProviderContext)
|
|||
const supertest = getService('supertestWithoutAuth');
|
||||
const security = getService('security');
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/97382
|
||||
describe.skip('feature controls', () => {
|
||||
describe('feature controls', () => {
|
||||
const kibanaUsername = 'kibana_admin';
|
||||
const kibanaUserRoleName = 'kibana_admin';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue