Skip to content

Commit f6f1613

Browse files
authored
Fixes some random CI failures (cyberbotics#6949)
1 parent f1b792a commit f6f1613

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_worlds.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ def setUp(self):
4848
# the ros controller of complete_test.wbt is started when loading the world because the robot-window is open
4949
'Failed to contact master at',
5050
'Cannot initialize the sound engine',
51-
self.crashError # To remove once #6125 is fixed
51+
self.crashError, # To remove once #6125 is fixed
52+
# fontconfig tries to restore system font directory mtimes after scanning; fails without write permission on CI
53+
'Unable to revert mtime:'
5254
]
5355
# Set empty.wbt as the first world (to trigger the 'System below the minimal requirements' message)
5456
self.worlds = [os.path.join(WEBOTS_HOME, 'resources', 'projects', 'worlds', 'empty.wbt')]

0 commit comments

Comments
 (0)