Closed
Description
The current DBSelectionExtension only provides class level management of what DB's to run or skip. Some test methods have been failing in a test, but options only include using RunOnlyFor( dbs...) or SkipTestsFor for all test cases.
Currently there are some tests that use the @disabled annotation, but the tests are disabled for ALL DBTypes.
Create annotations that will allow running tests that can skip or run with individual test methods as well all tests in the test class.