In GitHub Actions, :viewmodel-test-mockk:connectedDebugAndroidTest crashes frequently with the following messages.
> Task :viewmodel-test-mockk:connectedDebugAndroidTest
Starting 4 tests on test(AVD) - 10
com.linecorp.lich.viewmodel.test.mockk.MockingTest > mockViewModel[test(AVD) - 10] FAILED
Test failed to run to completion. Reason: 'Instrumentation run failed due to 'Process crashed.''. Check device logcat for details
Tests on test(AVD) - 10 failed: Instrumentation run failed due to 'Process crashed.'
> Task :viewmodel-test-mockk:connectedDebugAndroidTest FAILED
But, this crash cannot be reproduced on my Pixel devices. :(
In GitHub Actions,
:viewmodel-test-mockk:connectedDebugAndroidTestcrashes frequently with the following messages.But, this crash cannot be reproduced on my Pixel devices. :(