Avoided test failure on MySQL by skipping a failing test
MySQL generates an extra query in inheritance cases when doing an update. This results in a test failure when checking for number of queries in update_only_fields tests. Added a skip temporarily to avoid this test failure. Refs #18304.
Loading
Please register or sign in to comment