Skip to content

Commit 703a826

Browse files
committed
Added a comment to explain the lack of skipIf() for a test class.
- Legacy-Id: 18545
1 parent a2758d5 commit 703a826

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/meeting/tests_js.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def start_web_driver():
5959
options.add_argument("no-sandbox") # docker needs this
6060
return webdriver.Chrome(options=options, service_log_path=settings.TEST_GHOSTDRIVER_LOG_PATH)
6161

62+
# This class is subclassed later, and does not contain any tests, so doesn't need @skipIf()
6263
class MeetingTestCase(IetfLiveServerTestCase):
6364
def __init__(self, *args, **kwargs):
6465
super(MeetingTestCase, self).__init__(*args, **kwargs)

0 commit comments

Comments
 (0)