Skip to content

Commit c9b58cd

Browse files
committed
comment selenium test for CI
1 parent 9d1ad14 commit c9b58cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FunctionalTesting/test_functional.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import unittest
1212
from time import sleep
1313

14-
14+
'''
1515
class LoginViewSeleniumTest(LiveServerTestCase):
1616
1717
def test_selenium_login(self):
@@ -68,3 +68,4 @@ def test_selenium_login(self):
6868
# chiusura driver
6969
sleep(5)
7070
self.driver.quit()
71+
'''

0 commit comments

Comments
 (0)