Skip to content

Commit ccf58c9

Browse files
committed
Removed a couple of old unused setting variables, and added the equivalent current one.
- Legacy-Id: 16440
1 parent 58eca93 commit ccf58c9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ietf/settings.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -890,8 +890,7 @@ def skip_unreadable_post(record):
890890
BADNESS_MUCHTOOBIG = 500
891891

892892
# do not run SELENIUM tests by default
893-
SELENIUM_TESTS = False
894-
SELENIUM_TESTS_ONLY = False
893+
SKIP_SELENIUM = True
895894

896895
# Set debug apps in settings_local.DEV_APPS
897896

0 commit comments

Comments
 (0)