From: Bernhard Urban Date: Wed, 21 Jun 2017 09:14:15 +0000 (+0200) Subject: [interp] disable context-static.exe on CI as it suffers from stack usage issue X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=55293097e1cd5df9dbc3c358cbf7dc6aa6e5de7d [interp] disable context-static.exe on CI as it suffers from stack usage issue --- diff --git a/mono/tests/Makefile.am b/mono/tests/Makefile.am index 351d439e371..bbf16bd5220 100755 --- a/mono/tests/Makefile.am +++ b/mono/tests/Makefile.am @@ -966,6 +966,7 @@ INTERP_DISABLED_TESTS = \ call_missing_method.exe \ calliGenericTest.exe \ cominterop.exe \ + context-static.exe \ cross-domain.exe \ delegate-with-null-target.exe \ delegate9.exe \