Skip to content

Commit

Permalink
Move the feature flag to testing stage (oppia#20438)
Browse files Browse the repository at this point in the history
* Move the feature flag to testing stage

* Update feature_flag_list.py

* Update feature_flag_list.py

* Fix syntax error

---------

Co-authored-by: Sean Lip <[email protected]>
  • Loading branch information
Ash-2k3 and seanlip authored Jun 12, 2024
1 parent 319bd8b commit 86e3763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/feature_flag_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ class FeatureNames(enum.Enum):
FeatureNames.SHOW_REDESIGNED_LEARNER_DASHBOARD,
FeatureNames.SHOW_TRANSLATION_SIZE,
FeatureNames.NEW_LESSON_PLAYER,
FeatureNames.CD_ALLOW_UNDOING_TRANSLATION_REVIEW,
FeatureNames.EXPLORATION_EDITOR_CAN_MODIFY_TRANSLATIONS,
FeatureNames.EXPLORATION_EDITOR_CAN_TAG_MISCONCEPTIONS,
FeatureNames.ENABLE_MULTIPLE_CLASSROOMS,
Expand All @@ -99,6 +98,7 @@ class FeatureNames(enum.Enum):
FeatureNames.DIAGNOSTIC_TEST,
FeatureNames.ENABLE_VOICEOVER_CONTRIBUTION,
FeatureNames.SERIAL_CHAPTER_LAUNCH_LEARNER_VIEW,
FeatureNames.CD_ALLOW_UNDOING_TRANSLATION_REVIEW,
FeatureNames.AUTO_UPDATE_EXP_VOICE_ARTIST_LINK,
FeatureNames.ADD_VOICEOVER_WITH_ACCENT,
]
Expand Down Expand Up @@ -224,7 +224,7 @@ class FeatureNames(enum.Enum):
(
'This flag allows translation reviewers to undo translation '
'suggestion review on the contributor dashboard.',
feature_flag_domain.ServerMode.DEV
feature_flag_domain.ServerMode.TEST
)
),
FeatureNames.ENABLE_VOICEOVER_CONTRIBUTION.value: (
Expand Down

0 comments on commit 86e3763

Please sign in to comment.