Skip to content

Commit 98e7835

Browse files
committed
[1.8>1.9] [MERGE #4556 @MikeHolman] disable timing out test on osx
Merge pull request #4556 from MikeHolman:disableslowosx It's a slow test in general and the OSX machines are very slow so this is timing out.
2 parents 12a738b + 75c64b4 commit 98e7835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/AsmJs/rlexe.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@
978978
<compile-flags>-testtrace:asmjs -args 14000 -endargs -EnableFatalErrorOnOOM-</compile-flags>
979979
<!-- todo:: On unix platforms there is more stack available,
980980
so we need to find the right limit to test in order to not timeout -->
981-
<tags>exclude_dynapogo</tags>
981+
<tags>exclude_dynapogo,exclude_mac</tags>
982982
</default>
983983
</test>
984984
<test>

0 commit comments

Comments
 (0)