# Overview When running tests by gradle commands `./gradlew allTests`, Task :core:data:allTests fails. <img width="1200" alt="スクリーンショット 2024-08-24 21 38 39" src="https://github.com/user-attachments/assets/26dcf426-6765-47da-a620-ec0e76786beb"> <img width="1200" alt="スクリーンショット 2024-08-24 21 37 32" src="https://github.com/user-attachments/assets/6c6f99b5-1ca8-435c-804c-938cb8c5ab5a"> When executing the same tests on Android Studio, they pass without problem.
Overview
When running tests by gradle commands
./gradlew allTests, Task :core:data:allTests fails.When executing the same tests on Android Studio, they pass without problem.