Tenho problema a rodar um teste

Estou aprendendo Teste de integração e quando eu faço o comando: ./mvn test eu tenho esse error

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   CadastroCozinhaIntegrationTests.initializationError » BeanDefinitionStore Fail...
[INFO] 
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.035 s
[INFO] Finished at: 2023-02-27T20:35:20-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project algafood-api: There are test failures.
[ERROR] 
[ERROR] Please refer to /Users/daysonmota/Documents/workspace-spring-tool-suite-4-4.14.1.RELEASE/algafood_api/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
daysonmota@Air-de-Dayson algafood_api % 

Teu teste não está passando, amigo. Está sendo mostrado isso no resultado.