changed call to skip to make the code more readable

- Legacy-Id: 8134
This commit is contained in:
Robert Sparks 2014-07-19 20:36:55 +00:00
parent bdc9b7aa07
commit cb659afd2f

View file

@ -26,7 +26,7 @@ def condition_data():
colors.bg_group_colors['FARFUT'] = 'white'
@skipIf(skip_selenium,skip_selenium)
@skipIf(bool(skip_selenium),skip_selenium)
class ScheduleEditTests(LiveServerTestCase):
def setUp(self):
condition_data()