diff --git a/biscuit/core/tests/browser/test_selenium.py b/biscuit/core/tests/browser/test_selenium.py index a18b563a8ff2d9a7be532556b54dc244678569b0..27ec3358a29ab89120c6ae738e62787566e04bf2 100644 --- a/biscuit/core/tests/browser/test_selenium.py +++ b/biscuit/core/tests/browser/test_selenium.py @@ -45,7 +45,7 @@ class SeleniumTestsChromium(SeleniumTests): options = webdriver.ChromeOptions() options.add_argument('--headless') options.add_argument('--no-headless') - options.add_argument('--disable-shm-usage') + options.add_argument('--disable-dev-shm-usage') cls.selenium = webdriver.Chrome(options=options)