.travis.yml: robot tests: remove the xvfb dependency

This commit is contained in:
Dalf 2019-07-12 19:35:36 +02:00
parent fbe40001d3
commit 609ac5795a
2 changed files with 1 additions and 4 deletions

View file

@ -71,7 +71,7 @@ class SearxRobotLayer():
def run_robot_tests(tests):
print('Running {0} tests'.format(len(tests)))
for test in tests:
with Browser() as browser:
with Browser('firefox', headless=True) as browser:
test(browser)