Skip to content

Commit 77ad06e

Browse files
committed
run test on all platforms
1 parent 008241f commit 77ad06e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_suite.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ def generateWorldsList(groupName):
206206
not ('GITHUB_ACTIONS' in os.environ and (
207207
filename.endswith('speaker.wbt') or
208208
filename.endswith('local_proto_with_texture.wbt') or
209-
(filename.endswith('robot_window_html.wbt') and is_ubuntu_22_04) or
210209
(filename.endswith('supervisor_start_stop_movie.wbt') and is_ubuntu_22_04) or
211210
(filename.endswith('billboard.wbt') and sys.platform == 'darwin') or
212211
(filename.endswith('billboard.wbt') and sys.platform == 'win32') or

0 commit comments

Comments
 (0)