Skip to content

Moved Add Group Member OID validation integration test behind a feature flag

Deepa Kumari requested to merge az/dk-put-oid-int-test-behind-flag into master

Recently merged MR: !642 (merged) added some integration tests, which are testing a behavior based on a feature flag, and since its an environment based implementation, its tests should also behave similarly.

So added one pipeline variable: AZURE_OID_VALIDATION_INTEGRATION_TESTS. And, added assume statements to execute the test based on these variables.

Linked issue: #166 (closed)

Edited by Deepa Kumari

Merge request reports