Fix BaseCIIntegrationTests to call superclass methods.
Review Request #14847 — Created Feb. 24, 2026 and updated — Latest diff uploaded
The BaseCIIntegrationTests class implemented
setUpClassand
tearDownClass, but these did not call the super methods. Now that said
super methods are (correctly) responsible for initializing class-level
fixtures, this caused tests to break when running against Review Board
7.1.
Ran unit tests.