This test is stalling. Locally as well as on Jenkins. I tried to bisect it
without any luck. Even running it from the 1.17 release it does no longer work
so i guess it is some change coming from a pulse update on my system. I have
version 7.1 here. As we have no-one working actively on ecore_audio I disable
the test here and we can track the problem on T4018.
}
#ifdef HAVE_PULSE
+#if 0
static void _failed_cb(void *data, const Eo_Event *event EINA_UNUSED)
{
Eina_Bool *pulse_context_failed = data;
}
END_TEST
#endif
+#endif
static Eina_Bool _quit(void *data EINA_UNUSED)
{
tcase_add_test(tc, ecore_test_ecore_audio_cleanup);
#endif
#ifdef HAVE_PULSE
- tcase_add_test(tc, ecore_test_ecore_audio_obj_pulse);
+ //tcase_add_test(tc, ecore_test_ecore_audio_obj_pulse);
#endif
}