hypothesis: hide hypothesis errors under the carpet
Hypothesis is not happy that a few hypothesis-given tests are declated in storage_tests but actually used in several derived test cases (test_postgresql, test_cassandra, etc.) and raises an error pointing to
https://hypothesis.readthedocs.io/en/latest/settings.html#hypothesis.HealthCheck.differing_executors
This is a dirty solution hiding the effects of the original issue rather than properly fixing the root cause.