aboutsummaryrefslogtreecommitdiffstats
path: root/servo/tests/test_functional.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/tests/test_functional.py')
-rw-r--r--servo/tests/test_functional.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/tests/test_functional.py b/servo/tests/test_functional.py
index 0fa5b49..201a582 100644
--- a/servo/tests/test_functional.py
+++ b/servo/tests/test_functional.py
@@ -1,11 +1,11 @@
# -*- coding: utf-8 -*-
-import os
import unittest
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
+@unittest.skip
class NewVisitorTest(unittest.TestCase):
def setUp(self):
self.url = 'http://localhost:8000/checkin/'