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

[7.17] [Maps] Update [email protected] #188121

Merged
merged 1 commit into from
Jul 12, 2024

Update [email protected]

ececa4b
Select commit
Loading
Failed to load commit list.
Merged

[7.17] [Maps] Update [email protected] #188121

Update [email protected]
ececa4b
Select commit
Loading
Failed to load commit list.
checks-reporter / Jest Integration Tests 1 succeeded Jul 11, 2024 in 2m 17s

.buildkite/scripts/steps/test/jest_parallel.sh jest.integration.config.js

Details

--- $ node scripts/jest --config packages/kbn-babel-register/jest.integration.config.js
 PASS  packages/kbn-babel-register/src/integration_tests/cache.test.ts
  ✓ returns undefined until values are set (21 ms)

Test Suites: 1 passed, 1 total
Tests:       1 passed, 1 total
Snapshots:   1 passed, 1 total
Time:        1.743 s
Ran all test suites.
--- $ node scripts/jest --config packages/kbn-plugin-generator/jest.integration.config.js
 PASS  packages/kbn-plugin-generator/src/integration_tests/generate_plugin.test.ts (8.651 s)
  ✓ generates a plugin (2318 ms)
  ✓ generates a plugin without UI (2169 ms)
  ✓ generates a plugin without server plugin (2007 ms)

Test Suites: 1 passed, 1 total
Tests:       3 passed, 3 total
Snapshots:   3 passed, 3 total
Time:        8.904 s
Ran all test suites.
--- $ node scripts/jest --config src/cli/jest.integration.config.js
 PASS  src/cli/serve/integration_tests/invalid_config.test.ts (75.866 s)

Test Suites: 1 skipped, 1 passed, 1 of 2 total
Tests:       4 skipped, 1 passed, 5 total
Snapshots:   0 total
Time:        78.932 s
Ran all test suites.
--- $ node scripts/jest --config src/plugins/kibana_usage_collection/jest.integration.config.js
     │ info starting elasticsearch
Test Suites: 1 skipped, 0 of 1 total
Tests:       1 skipped, 1 total
Snapshots:   0 total
Time:        13.808 s
Ran all test suites.
--- $ node scripts/jest --config x-pack/plugins/fleet/jest.integration.config.js

Test Suites: 2 skipped, 0 of 2 total
Tests:       5 skipped, 5 total
Snapshots:   0 total
Time:        13.754 s
Ran all test suites.
--- $ node scripts/jest --config x-pack/plugins/task_manager/jest.integration.config.js
Test Suites: 1 skipped, 0 of 1 total
Tests:       4 skipped, 4 total
Snapshots:   0 total
Time:        12.599 s
Ran all test suites.