DataDog / system-tests

Test framework for libraries and agents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a way to force a test to be executed

cbeauchesne opened this issue · comments

If this env var is set : SYSTEM_TESTS_FORCE_EXECUTE=feature-id-1,feature-id-2,feature-id-3

Then feature-id-1, feature-id-2 and feature-id-3 must be executed, even if they are skipped.