Merged
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
gherceg
approved these changes
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Product Description
No user-facing effects. The
APP_TESTINGfeature flag (slug:app_testing) controlled visibility of an "Application Testing" link in the Applications tab dropdown menu. The flag was taggedTAG_DEPRECATEDand is being removed per SAAS-19323.The
app_executionapp itself remains intact and accessible to superusers/contractors via@require_superuser_or_contractor.Technical Summary
ApplicationsTab.dropdown_itemsincorehq/tabs/tabclasses.pyAPP_TESTINGtoggle definition incorehq/toggles/__init__.pyFeature Flag
APP_TESTINGapp_testingTAG_DEPRECATEDStaticToggleSafety Assurance
Verified that this is not used in any environment and on production it is used on a test domain.
Safety story
This change removes a deprecated feature flag. The toggle evaluated to
Falseby default, so removing it preserves the default behavior. The only effect was showing an "Application Testing" link in the Applications dropdown for domains with the flag enabled. The underlyingapp_executionviews remain accessible to superusers and contractors independently of this toggle.Automated test coverage
The
corehq/tabs/tests/test_tabclasses.pytests pass with these changes. No tests existed that specifically tested theAPP_TESTINGtoggle behavior.QA Plan
Verify no domains rely on the flag:
Rollback instructions
Labels & Review