Skip to content

Commit f355c4d

Browse files
authored
remove movie test exclusion from Ubuntu 22.04 (#6874)
1 parent 1de87cc commit f355c4d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_suite.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)