Skip to content

Commit 5ed0764

Browse files
committed
Allow Windows test for closing inactive contexts
1 parent 996105c commit 5ed0764

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests_asyncio/test_browser_contexts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ async def test_contexts_dynamic(self):
230230
assert cookie["value"] == "qwerty"
231231
assert cookie["domain"] == "example.org"
232232

233+
@allow_windows
233234
async def test_close_inactive_context(self):
234235
spider = Spider("foo")
235236
async with make_handler(

0 commit comments

Comments
 (0)