Skip to content

Commit 21affbe

Browse files
committed
Disable sandbox to test errors
1 parent 9fbb69a commit 21affbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_process.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async def test_context(capteesys, headless, debug, debug_browser, sandbox, gpu):
1717
headless=headless,
1818
debug=debug,
1919
debug_browser=None if debug_browser else False,
20-
enable_sandbox=sandbox,
20+
enable_sandbox=False,
2121
enable_gpu=gpu,
2222
) as browser,
2323
timeout(pytest.default_timeout),
@@ -42,7 +42,7 @@ async def test_no_context(capteesys, headless, debug, debug_browser, sandbox, gp
4242
headless=headless,
4343
debug=debug,
4444
debug_browser=None if debug_browser else False,
45-
enable_sandbox=sandbox,
45+
enable_sandbox=False,
4646
enable_gpu=gpu,
4747
)
4848
temp_dir = browser.tmp_dir

0 commit comments

Comments
 (0)