Skip to content

Commit 34be4c9

Browse files
committed
disable robot_window_html test in CI
1 parent 60758d1 commit 34be4c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_suite.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)