16435: Merge branch 'master' into 16435-sync-groups-perm-levels
[arvados.git] / apps / workbench / test / integration / anonymous_access_test.rb
index 0842635f603ff00ad93dbb15581950f860c37567..cbbe28a6f3d1eb2f61ca6a8d11e815aa0702fb3f 100644 (file)
@@ -117,6 +117,7 @@ class AnonymousAccessTest < ActionDispatch::IntegrationTest
   end
 
   test 'view file' do
+    need_selenium "phantomjs does not follow redirects reliably, maybe https://github.com/ariya/phantomjs/issues/10389"
     magic = rand(2**512).to_s 36
     owner = api_fixture('groups')['anonymously_accessible_project']['uuid']
     col = upload_data_and_get_collection(magic, 'admin', "Hello\\040world.txt", owner)