Don't initialize audio crate in integration tests
Otherwise, a lot of time is spent in Audio::play_sound
This commit is contained in:
@@ -248,7 +248,6 @@ impl TestServer {
|
||||
language::init(cx);
|
||||
editor::init(cx);
|
||||
workspace::init(app_state.clone(), cx);
|
||||
audio::init((), cx);
|
||||
call::init(client.clone(), user_store.clone(), cx);
|
||||
channel::init(&client, user_store.clone(), cx);
|
||||
notifications::init(client.clone(), user_store, cx);
|
||||
|
||||
Reference in New Issue
Block a user