1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00

LibMedia: Remove outdated FIXME regarding Audio tests

This FIXME does not apply to Ladybird outside Serenity.
This commit is contained in:
Timothy Flynn 2024-12-23 13:37:10 -05:00 committed by Andreas Kling
parent dfa727a4d4
commit c51cd34bfb
Notes: github-actions[bot] 2024-12-25 11:01:48 +00:00

View file

@ -16,14 +16,7 @@
# include <LibMedia/Audio/PulseAudioWrappers.h>
#endif
// FIXME: CI doesn't run an AudioServer currently. Creating one in /etc/SystemServer.ini does not
// allow this test to pass since CI runs in a Shell that will setsid() if it finds that the
// current session ID is 0, and AudioServer's socket address depends on the current sid.
// If we can fix that, this test can run on CI.
// https://github.com/SerenityOS/serenity/issues/20538
#define STREAM_TEST TEST_CASE
STREAM_TEST(create_and_destroy_playback_stream)
TEST_CASE(create_and_destroy_playback_stream)
{
Core::EventLoop event_loop;