Problem/Motivation
Drupal\KernelTests\Core\Database\ConnectionUnitTest is using simpletest logic to skip testing for non-MySql drivers.
Proposed resolution
Use proper PHPUnit markTestSkipped
, and cleanup.
Remaining tasks
Review
User interface changes
none
API changes
none
Data model changes
none
Release notes snippet
none