summaryrefslogtreecommitdiff
path: root/spec/video_spec.rb
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-08-04 00:09:50 -0600
committerDan Allen <dan.j.allen@gmail.com>2019-08-04 00:15:02 -0600
commit1aef9e681317d046e25f937528eb41624a4d4d32 (patch)
tree13b8ea22c16415edc232cd102485aacf96e42410 /spec/video_spec.rb
parent3afc4a66cebe8433ebd319ebd60cb441d66a66bc (diff)
disable YouTube poster test in CI since server is being throttled
Diffstat (limited to 'spec/video_spec.rb')
-rw-r--r--spec/video_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/video_spec.rb b/spec/video_spec.rb
index a0d0923a..29028eef 100644
--- a/spec/video_spec.rb
+++ b/spec/video_spec.rb
@@ -25,7 +25,7 @@ describe 'Asciidoctor::PDF::Converter - Image' do
(expect link_annotation[:Subtype]).to eql :Link
(expect link_annotation[:A][:URI]).to eql %(https://www.youtube.com/watch?v=#{video_id})
(expect to_file).to visually_match 'video-youtube-poster.pdf'
- end
+ end unless ENV['CI']
end
context 'Vimeo' do