We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008241f commit 77ad06eCopy full SHA for 77ad06e
tests/test_suite.py
@@ -206,7 +206,6 @@ def generateWorldsList(groupName):
206
not ('GITHUB_ACTIONS' in os.environ and (
207
filename.endswith('speaker.wbt') or
208
filename.endswith('local_proto_with_texture.wbt') or
209
- (filename.endswith('robot_window_html.wbt') and is_ubuntu_22_04) or
210
(filename.endswith('supervisor_start_stop_movie.wbt') and is_ubuntu_22_04) or
211
(filename.endswith('billboard.wbt') and sys.platform == 'darwin') or
212
(filename.endswith('billboard.wbt') and sys.platform == 'win32') or
0 commit comments