mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibMedia: Remove outdated FIXME regarding Audio tests
This FIXME does not apply to Ladybird outside Serenity.
This commit is contained in:
committed by
Andreas Kling
parent
dfa727a4d4
commit
c51cd34bfb
@@ -16,14 +16,7 @@
|
|||||||
# include <LibMedia/Audio/PulseAudioWrappers.h>
|
# include <LibMedia/Audio/PulseAudioWrappers.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// FIXME: CI doesn't run an AudioServer currently. Creating one in /etc/SystemServer.ini does not
|
TEST_CASE(create_and_destroy_playback_stream)
|
||||||
// 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)
|
|
||||||
{
|
{
|
||||||
Core::EventLoop event_loop;
|
Core::EventLoop event_loop;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user