From: Zoltan Varga Date: Tue, 3 Mar 2015 01:39:01 +0000 (-0500) Subject: Disable bug-Xamarin-5278.exe for now to make the build green again, it was broken... X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=ec67acc7ae340558cd47c9c2f67a129282eab2f3;p=mono.git Disable bug-Xamarin-5278.exe for now to make the build green again, it was broken by 5d26590e79da139a284459299aee95c25f4cd835. --- diff --git a/mono/tests/Makefile.am b/mono/tests/Makefile.am index 403be7bf691..6ee4b8be6a4 100644 --- a/mono/tests/Makefile.am +++ b/mono/tests/Makefile.am @@ -555,11 +555,13 @@ endif # bug-459094.exe creates an extremely deep directory tree # delegate-invoke.exe depends on 929c6bc9b6d76a273f251e6f5dfacac36e9c38bd which was # reverted. +# bug-Xamarin-5278.exe got broken by 5d26590e79da139a284459299aee95c25f4cd835 DISABLED_TESTS= \ delegate-async-exception.exe \ bug-348522.2.exe \ bug-459094.exe \ delegate-invoke.exe \ + bug-Xamarin-5278.exe \ $(PLATFORM_DISABLED_TESTS) \ $(EXTRA_DISABLED_TESTS)