Skip to content

Isolate a flaky spec and quarantine it

David Dieulivol requested to merge ddieulivol-quarantine_js_flaky_spec into master

Context

gitlab-org/quality/engineering-productivity/master-broken-incidents#1545 (comment 1373753376),

Summary of all failing tests
FAIL spec/frontend/vue_merge_request_widget/mr_widget_options_spec.js
  ● MrWidgetOptions › default › computed › componentName › should translate merged into mr-widget-merged
    Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Error: Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.
      at mapper (node_modules/jest-jasmine2/build/queueRunner.js:28:45)
Test Suites: 1 failed, 1 skipped, 537 passed, 538 of 539 total
Tests:       1 failed, 11 skipped, 1 todo, 6616 passed, 6629 total
Snapshots:   45 passed, 45 total
Time:        1267.546 s
Ran all test suites.
error Command failed with exit code 1.

What does this MR do and why?

Isolates the flaky spec, and skips it.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by David Dieulivol

Merge request reports

Loading