Skip to content

Commit

Permalink
Permanent toggle to temporary feature flag post-migration (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdavidhamilton authored Jun 26, 2024
1 parent df7ee1e commit be78992
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,3 @@ jobs:
-
name: Run rubocop
run: bundle exec rubocop
# Answer migration feature test
# -
# name: Run test suite
# run: bundle exec rspec
# env:
# DISABLE_USER_ANSWER: true
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def maintenance?
end

def migrated_answers?
Types::Params::Bool[ENV.fetch('DISABLE_USER_ANSWER', false)]
Types::Params::Bool[ENV.fetch('DISABLE_USER_ANSWER', true)]
end

# @return [ActiveSupport::TimeWithZone]
Expand Down

0 comments on commit be78992

Please sign in to comment.