Skip to content

Commit 9c16a31

Browse files
authored
Disable edge testing (#1279)
1 parent 91bb9c9 commit 9c16a31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ test_opera_standalone:
410410
# Its main purpose is to check that a video file was generated.
411411
test_video: video hub chrome firefox opera edge
412412
# Running a few tests with docker-compose to generate the videos
413-
for node in NodeChrome NodeEdge NodeFirefox NodeOpera ; do \
413+
for node in NodeChrome NodeFirefox NodeOpera ; do \
414414
cd ./tests || true ; \
415415
echo VIDEO_TAG=$(FFMPEG_TAG_VERSION)-$(BUILD_DATE) > .env ; \
416416
echo TAG=$(TAG_VERSION) >> .env ; \
@@ -436,7 +436,6 @@ test_video: video hub chrome firefox opera edge
436436
# Using ffmpeg to verify file integrity
437437
# https://superuser.com/questions/100288/how-can-i-check-the-integrity-of-a-video-file-avi-mpeg-mp4
438438
docker run -v $$(pwd):$$(pwd) -w $$(pwd) jrottenberg/ffmpeg:4.3.1-ubuntu2004 -v error -i ./tests/videos/chrome_video.mp4 -f null - 2>error.log
439-
docker run -v $$(pwd):$$(pwd) -w $$(pwd) jrottenberg/ffmpeg:4.3.1-ubuntu2004 -v error -i ./tests/videos/edge_video.mp4 -f null - 2>error.log
440439
docker run -v $$(pwd):$$(pwd) -w $$(pwd) jrottenberg/ffmpeg:4.3.1-ubuntu2004 -v error -i ./tests/videos/firefox_video.mp4 -f null - 2>error.log
441440
docker run -v $$(pwd):$$(pwd) -w $$(pwd) jrottenberg/ffmpeg:4.3.1-ubuntu2004 -v error -i ./tests/videos/opera_video.mp4 -f null - 2>error.log
442441

0 commit comments

Comments
 (0)