From 155ab35beb123dc55af959c214f09ea076c88575 Mon Sep 17 00:00:00 2001 From: Anant Bhasin <38764067+aKn1ghtOut@users.noreply.github.com> Date: Wed, 25 Aug 2021 19:51:58 +0000 Subject: [PATCH] Run emu in tests --- .circleci/config.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 76664bcb8..30fb45ce7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -216,12 +216,6 @@ commands: sdkmanager "$SYSTEM_IMAGES" echo "no" | avdmanager --verbose create avd -n "Pixel_API_28_AOSP" -k "$SYSTEM_IMAGES" -d "pixel" - - run: - name: Launch emulator - command: | - emulator -avd "Pixel_API_28_AOSP" -delay-adb -verbose -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim - background: true - - run: name: Run the test command: |