Skip to content

Commit 82a9d84

Browse files
committed
Hide sality test behind QL_FAST_TEST
1 parent 33a2b6d commit 82a9d84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_pe.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@ def our_sandbox(path, rootfs):
365365

366366

367367
def test_pe_win_x86_sality(self):
368+
if 'QL_FAST_TEST' in os.environ:
369+
return
368370
def init_unseen_symbols(ql, address, name, ordinal, dll_name):
369371
ql.loader.import_symbols[address] = {"name": name, "ordinal": ordinal, "dll": dll_name.split('.')[0] }
370372
ql.loader.import_address_table[dll_name][name] = address

0 commit comments

Comments
 (0)