Describe the bug
Currently, render_opt_in_banner.test.ts test suite is skipped. To make a clean unit test, we want to explore and decide whether we still need to keep it as skipped.
/src/plugins/telemetry/public/services/telemetry_notifications/render_opt_in_banner.test.ts
Test Suites: 1 skipped, 0 of 1 total
Tests: 1 skipped, 1 total
To Reproduce
Run:yarn test:jest {path to render_opt_in_banner.test.ts}
Expected behavior
explore the skipped unit tests, check:
-
can we enable all? if yes, create a PR and close the issue
-
can we remove all? if yes, create a PR and close the issue
-
should we keep all? if yes, describe the reasons in the issue.
The final output is expected to be a cleaned unit test with all the skipped ones being checked.
OpenSearch Version
OpenSearch 1.0.0
Dashboards Version
Dashboards 1.0.0
Describe the bug
Currently,
render_opt_in_banner.test.tstest suite is skipped. To make a clean unit test, we want to explore and decide whether we still need to keep it as skipped.To Reproduce
Run:
yarn test:jest {path to render_opt_in_banner.test.ts}Expected behavior
explore the skipped unit tests, check:
can we enable all? if yes, create a PR and close the issue
can we remove all? if yes, create a PR and close the issue
should we keep all? if yes, describe the reasons in the issue.
The final output is expected to be a cleaned unit test with all the skipped ones being checked.
OpenSearch Version
OpenSearch 1.0.0
Dashboards Version
Dashboards 1.0.0