Skip to content

Commit a6ac942

Browse files
committed
ci: Disable AppArmor instead of using --no-sandbox (in conftest.py) open-contracting/software-development-handbook#142
1 parent d0400aa commit a6ac942

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
def browser(request):
1212
options = Options()
1313
options.add_argument("--headless")
14-
options.add_argument("--no-sandbox")
1514

1615
browser = webdriver.Chrome(options=options)
1716
browser.implicitly_wait(3)

0 commit comments

Comments
 (0)