My tests of the core extensions has intermittent failures in test Drupal\Tests\node\Kernel\Views\RevisionUidTest::testRevisionUid. The view does not have a sort order specified, yet the result is passed to assertIdenticalResultset().
We need to programmically Alter the view to add a sort to this test case.