File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -208,14 +208,12 @@ def generateWorldsList(groupName):
208208 # speaker test not working on github action because of missing sound drivers
209209 # robot window test cannot open a browser for the robot window in a headless environment
210210 # on non-mac operating systems
211- # movie recording test not working on BETA Ubuntu 22.04 GitHub Action environment
212211 # billboard test not working in macos GitHub Action environment
213212 # billboard and robot window not working on windows GitHub Action environment.
214213 if (not filename .endswith ('_temp.wbt' ) and
215214 not ('GITHUB_ACTIONS' in os .environ and (
216215 filename .endswith ('speaker.wbt' ) or
217216 filename .endswith ('local_proto_with_texture.wbt' ) or
218- (filename .endswith ('supervisor_start_stop_movie.wbt' ) and is_ubuntu_22_04 ) or
219217 (filename .endswith ('billboard.wbt' ) and sys .platform == 'darwin' ) or
220218 (filename .endswith ('billboard.wbt' ) and sys .platform == 'win32' ) or
221219 (filename .endswith ('robot_window_html.wbt' ) and sys .platform == 'linux' ) or
You can’t perform that action at this time.
0 commit comments