Skip to content

Introduce non_live_env tag and add it to some tests

Sanad Liaquat requested to merge qa-shl-add-non-live-env-featrure into master

What does this MR do?

Introduces non_live_env tag and add it to some tests.

Also remove extra/temporary logging from restrict_by_ip_address_spec spec and un-quarantine it

We need an ability to tag tests that cannot run against live environments such as staging, canary or production. Hence this MR introduces a new :requires_non_live_env RSpec meta.

Here are two examples of such tests along with the reason as to why these cannot be run on live environments:

This MR depends on the following and should be merged after these are merged:

closes #212544 (closed)

Conformity

Edited by Sanad Liaquat

Merge request reports