Skip to content
Snippets Groups Projects
Verified Commit cc3c8b0d authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Tests] Disable more features in Chrome

parent aa8f8880
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -46,6 +46,8 @@ class SeleniumTestsChromium(SeleniumTests):
options.add_argument('--headless')
options.add_argument('--no-headless')
options.add_argument('--disable-dev-shm-usage')
options.add_argument('--disable-extensions')
options.add_argument('--disable-gpu')
cls.selenium = webdriver.Chrome(options=options)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment