From 2dcf92c04f383f342acdcfc979949ed36c415dac Mon Sep 17 00:00:00 2001 From: intrigeri Date: Fri, 6 Jul 2018 07:57:19 +0000 Subject: [PATCH] Test suite: use a more reliable URL for the audio test (refs: #15023) Apparently the previous host is not delivering the data we need reliably. We're already relying on a remote host that's not under our control, so we can as well switch to one that's on infrastructure that has a better chance to be reliable. --- features/torified_browsing.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/torified_browsing.feature b/features/torified_browsing.feature index 396db3ef96..25a67c0e52 100644 --- a/features/torified_browsing.feature +++ b/features/torified_browsing.feature @@ -46,7 +46,7 @@ Feature: Browsing the web using the Tor Browser When I start the Tor Browser And the Tor Browser loads the startup page And no application is playing audio - And I open the address "http://www.terrillthompson.com/music/audio/smallf.ogg" in the Tor Browser + And I open the address "https://archive.org/download/MussorgskyPicturesAtAnExhibitionorch.Ravel/09Mussorgsky_PicturesAtAnExhibition-LimogesTheMarketPlace.ogg" in the Tor Browser And 1 application is playing audio after 30 seconds #10442 -- GitLab