Follow the README, we can run integration tests against specific database using profile. When I tried
mvn clean install -Ppostgres
I found Oracle test cases in r2dbc module is executed and failed.
And I tried to read the source that only jdbc module is controled by profile not r2dbc.
If we should enable profile for r2dbc too?