-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Correctness
-
Fully Compatible
When developing a feature, it is common to break a host of existing tests before a series of PR's have been completed. This can involve surgery on existing tests to disable them. In order to ease this process, I propose a new meta-tag that disables a test when a feature flag is on. It makes testing easier to modify and reason about.
* @tags: [ * NOTfeatureFlagX, * ]
It would be nice if this would work for all types of tests including fsm workloads - which are a little trickier to disable cleanly.
There is already the ability today to include a test only when a feature flag is enabled via a "featureFlagX" tag. This ticket is for the inverse of that.