Skip to content

Commit

Permalink
Disable edge testing (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed May 10, 2021
1 parent 91bb9c9 commit 9c16a31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -410,7 +410,7 @@ test_opera_standalone:
# Its main purpose is to check that a video file was generated.
test_video: video hub chrome firefox opera edge
# Running a few tests with docker-compose to generate the videos
for node in NodeChrome NodeEdge NodeFirefox NodeOpera ; do \
for node in NodeChrome NodeFirefox NodeOpera ; do \
cd ./tests || true ; \
echo VIDEO_TAG=$(FFMPEG_TAG_VERSION)-$(BUILD_DATE) > .env ; \
echo TAG=$(TAG_VERSION) >> .env ; \
Expand All @@ -436,7 +436,6 @@ test_video: video hub chrome firefox opera edge
# Using ffmpeg to verify file integrity
# https://superuser.com/questions/100288/how-can-i-check-the-integrity-of-a-video-file-avi-mpeg-mp4
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
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
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
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

Expand Down

0 comments on commit 9c16a31

Please sign in to comment.