Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert skips added while triaging ES OOMs #97876

Merged
merged 5 commits into from
Apr 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions vars/kibanaPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down
3 changes: 1 addition & 2 deletions x-pack/test/api_integration/apis/lens/existing_fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down