Skip to content

Fix some faulty specs

Ravi Kumar requested to merge rkumar555-fix-some-faulty-specs into master

What does this MR do and why?

There are some specs which are written wrong:

  1. when zoekt_code_search feature is not available even if you replace false with true tests were passingstub_licensed_features(zoekt_code_search: false)
  2. when index_code_with_zoekt is disabled even if replace false with true tests were passing stub_feature_flags(index_code_with_zoekt: false)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports