Skip to content

Commit 878ec51

Browse files
committed
fix(sourcehook): Disable tests on linux x64 for now
1 parent f5fe5a7 commit 878ec51

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/sourcehook/test/AMBuilder

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import os
44
for cxx in MMS.all_targets:
55
name = 'test_sourcehook'
66
binary = MMS.Program(cxx, name)
7+
if binary.compiler.target.arch == 'x86_64' and binary.compiler.target.platform == 'linux':
8+
continue
79

810
binary.compiler.defines += [
911
'SOURCEHOOK_TESTS',

0 commit comments

Comments
 (0)