[7.17] Remove Agent Debug Info (#187126) #187805
Merged
checks-reporter / Jest Integration Tests 1
succeeded
Jul 8, 2024 in 2m 1s
.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 (19 ms)
Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 1 passed, 1 total
Time: 1.536 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 (7.998 s)
✓ generates a plugin (2047 ms)
✓ generates a plugin without UI (1944 ms)
✓ generates a plugin without server plugin (2033 ms)
Test Suites: 1 passed, 1 total
Tests: 3 passed, 3 total
Snapshots: 3 passed, 3 total
Time: 8.215 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 (65.644 s)
Test Suites: 1 skipped, 1 passed, 1 of 2 total
Tests: 4 skipped, 1 passed, 5 total
Snapshots: 0 total
Time: 68.547 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: 11.822 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: 12.011 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: 11.897 s
Ran all test suites.
Loading