Document how to use DataNeo4jTest with reactive access

Closes gh-23630
This commit is contained in:
Stephane Nicoll
2020-10-14 14:04:58 +02:00
parent 27af908b99
commit a5b27789c0
3 changed files with 16 additions and 14 deletions

View File

@@ -7605,6 +7605,9 @@ If that is not what you want, you can disable transaction management for a test
}
----
NOTE: Transactional tests are not supported with reactive access.
If you are using this style, you must configure `@DataNeo4jTest` tests as described above.
[[boot-features-testing-spring-boot-applications-testing-autoconfigured-redis-test]]