mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
Revert "unixfd: disable flaky test_unixfd_segment for now"
This reverts commit 06cd4e2457
.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6765>
This commit is contained in:
parent
9b946098df
commit
468dcbe9b7
1 changed files with 1 additions and 4 deletions
|
@ -136,8 +136,6 @@ GST_START_TEST (test_unixfd_videotestsrc)
|
|||
|
||||
GST_END_TEST;
|
||||
|
||||
// Disable test_unixfd_segment for now, it's flaky and it's a problem with the test
|
||||
#if 0
|
||||
GST_START_TEST (test_unixfd_segment)
|
||||
{
|
||||
GError *error = NULL;
|
||||
|
@ -225,7 +223,6 @@ GST_START_TEST (test_unixfd_segment)
|
|||
}
|
||||
|
||||
GST_END_TEST;
|
||||
#endif
|
||||
|
||||
static Suite *
|
||||
unixfd_suite (void)
|
||||
|
@ -235,7 +232,7 @@ unixfd_suite (void)
|
|||
|
||||
suite_add_tcase (s, tc);
|
||||
tcase_add_test (tc, test_unixfd_videotestsrc);
|
||||
//tcase_add_test (tc, test_unixfd_segment);
|
||||
tcase_add_test (tc, test_unixfd_segment);
|
||||
|
||||
return s;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue