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:
parent
dfa727a4d4
commit
c51cd34bfb
Notes:
github-actions[bot]
2024-12-25 11:01:48 +00:00
Author: https://github.com/trflynn89
Commit: c51cd34bfb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3027
1 changed files with 1 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue