From: Joe Konno Date: Wed, 20 Jun 2012 21:09:10 +0000 (-0700) Subject: test_background: disable image tests X-Git-Tag: upstream/0.2.1~318 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c98721068417e8072e73577991fd9b9a3470a11;p=test%2Fgeneric%2Fwayland-fits.git test_background: disable image tests The ImageTest was causing a SEGV in Weston, resulting in the test harness being killed prematurely and corrupting the report output, breaking QuickBuild/CI. Signed-off-by: Joe Konno --- diff --git a/src/efl/test_background.cpp b/src/efl/test_background.cpp index 7b1e231..85a23c8 100644 --- a/src/efl/test_background.cpp +++ b/src/efl/test_background.cpp @@ -124,6 +124,6 @@ private: BOOST_AUTO_TEST_SUITE(Wayland_EFL_Background_Suite) WAYLAND_ELM_HARNESS_TEST_CASE(BackgroundColorTest) - WAYLAND_ELM_HARNESS_TEST_CASE(BackgroundImageTest) + //WAYLAND_ELM_HARNESS_TEST_CASE(BackgroundImageTest) BOOST_AUTO_TEST_SUITE_END()