현상
test 코드를 실행해보려는데
Execution failed for task ':test'.
위와 같이 test 실행이 안되는 오류가 났다.
해결 방법
Ctrl + Alt + S 를 눌러 프로젝트 세팅창을 연다.
Build → Excution → Deployment → Build Tools → Gradle 에서
Run tests using 값을 아래와 같이 Intellij IDEA로 변경한다.
'ErrorLog' 카테고리의 다른 글
[Intellij Error] java.net.SocketTimeoutException (0) | 2023.03.17 |
---|---|
[JMeter] URL 인코딩 하지 않아 에러율 증가 (0) | 2022.11.24 |
[Python] SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape (0) | 2022.09.24 |
[CORS Error] 인증 요청 시 Access-Control-Allow-Origin 설정 오류 (0) | 2022.09.08 |
[Spring Error] @transactional(readonly=true) 오류 (0) | 2022.09.08 |