We had an error when adding new tests:
Seems to be caused by rB7168a4fa5c785c29483947ce60ac797e4b9c1bfc.
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:/Blender-git/blender/tests/python/geo_node_test.py", line 29, in <module>
result = geo_node_test.run_test()
File "C:\Blender-git\blender\tests\python\modules\mesh_test.py", line 292, in run_test
self.update_failed_test()
File "C:\Blender-git\blender\tests\python\modules\mesh_test.py", line 376, in update_failed_test
self.do_selection(self.evaluated_object.data,
TypeError: do_selection() missing 1 required positional argument: 'select_history'This seems to fix that error.