File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -199,13 +199,15 @@ def generateWorldsList(groupName):
199199 # to file
200200 for filename in filenames :
201201 # speaker test not working on github action because of missing sound drivers
202- # robot window and movie recording test not working on BETA Ubuntu 22.04 GitHub Action environment
202+ # robot window test cannot open a browser for the robot window in a headless environment
203+ # movie recording test not working on BETA Ubuntu 22.04 GitHub Action environment
203204 # billboard test not working in macos GitHub Action environment
204205 # billboard and robot window not working on windows GitHub Action environment.
205206 if (not filename .endswith ('_temp.wbt' ) and
206207 not ('GITHUB_ACTIONS' in os .environ and (
207208 filename .endswith ('speaker.wbt' ) or
208209 filename .endswith ('local_proto_with_texture.wbt' ) or
210+ filename .endswith ('robot_window_html.wbt' ) or
209211 (filename .endswith ('supervisor_start_stop_movie.wbt' ) and is_ubuntu_22_04 ) or
210212 (filename .endswith ('billboard.wbt' ) and sys .platform == 'darwin' ) or
211213 (filename .endswith ('billboard.wbt' ) and sys .platform == 'win32' ) or
You can’t perform that action at this time.
0 commit comments