From c43bc638314fded769c6857cd68180188b73cd36 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Sat, 7 Dec 2019 17:12:00 +0100 Subject: [PATCH] Test 26 --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index edd8d6b1..fd032bfd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,9 +38,10 @@ jobs: runs-on: macOS-latest strategy: matrix: + # TODO 29 fails due to Mockito issues, probably reproducible locally. # TODO 28 fails in MarkerLayoutTest.testOnEvent() - weird FrameLayout.onMeasure crash # 22, 23, 24, 25, 27, 28? 26? 29? - EMULATOR_API: [29] + EMULATOR_API: [26] EMULATOR_ARCH: [x86_64] steps: - uses: actions/checkout@v1