Skip to content

Commit

Permalink
Unskip related tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Aug 10, 2023
1 parent 3056b90 commit bcde94b
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 963 deletions.
3 changes: 1 addition & 2 deletions test/api_integration/apis/saved_objects_management/find.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const kibanaServer = getService('kibanaServer');

// Failing: See https://github.com/elastic/kibana/issues/132855
describe.skip('find', () => {
describe('find', () => {
let KIBANA_VERSION: string;

before(async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');

describe('scroll_count', () => {
// FLAKY AND FAILING FORWARD ES COMPATIBILITY 8.7: https://github.com/elastic/kibana/issues/130305
describe.skip('with less than 10k objects', () => {
describe('with less than 10k objects', () => {
before(async () => {
await esArchiver.load(
'test/api_integration/fixtures/es_archiver/management/saved_objects/scroll_count'
Expand Down
Loading

0 comments on commit bcde94b

Please sign in to comment.