Skip to content

Commit 952bd82

Browse files
committed
Remove skip statements to see what's up with Travis build.
1 parent 5f1c03b commit 952bd82

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_javascript.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ def get_web_driver_wait(self):
6464
return WebDriverWait(self.selenium, timeout=10)
6565

6666

67-
@skipIf(webdriver is None, "selenium isn't installed")
68-
@skipUnless(
69-
'DJANGO_SELENIUM_TESTS' in os.environ, "selenium tests not requested")
7067
@override_settings(DEBUG=True, DEBUG_TOOLBAR_PANELS=PANELS_DEFAULTS + [
7168
'debug_toolbar.panels.profiling.ProfilingPanel',
7269
])

0 commit comments

Comments
 (0)