mozilla-mobile / mobile-test-eng

Task tracking for Mobile Test Engineering Team
2 stars 0 forks source link

Refactor setting tests feature flags into one common base class #740

Closed sv-ohorvath closed 2 years ago

sv-ohorvath commented 2 years ago

Now we are disabling feature flags in each test class where a feature is blocking us, adding a lot of work to change each individually. We could have a common base class to have them disabled in all test classes.