Skip to content

Commit e3c6dee

Browse files
committed
Fix hang in test_getset_syswow_context on ARM64
1 parent d4952e2 commit e3c6dee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_syswow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def test_remote_pebsyswow(self, proc32):
5959
assert "Wow64LdrpInitialize" in wow64.pe.exports
6060

6161

62+
@process_architecture_only(gdef.IMAGE_FILE_MACHINE_AMD64)
6263
def test_getset_syswow_context(self, proc32):
6364
addr = proc32.virtual_alloc(0x1000)
6465
remote_python_code = """

0 commit comments

Comments
 (0)