Skip to content

Commit 7d37a43

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
Enable audio in emulator for E2E tests
Remove -no-audio flag so that audio recording E2E tests can use the emulator's virtual microphone via gRPC injectAudio.
1 parent f1fd8a5 commit 7d37a43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646

4747
echo "=== Step 3: Start emulator ==="
4848
ANDROID_SDK_ROOT="$ANDROID_HOME" "$EMULATOR" \
49-
-avd "$AVD_NAME" -no-window -no-audio -no-boot-anim \
49+
-avd "$AVD_NAME" -no-window -no-boot-anim \
5050
-gpu swiftshader_indirect -no-metrics 2>/tmp/emulator_e2e.log &
5151
EMULATOR_PID=$!
5252
trap "kill $EMULATOR_PID 2>/dev/null || true" EXIT

0 commit comments

Comments
 (0)