c05c010
diff --git a/test/reader_test.rb b/test/reader_test.rb
c05c010
index abc708a..5750437 100644
c05c010
--- a/test/reader_test.rb
c05c010
+++ b/test/reader_test.rb
c05c010
@@ -499,17 +499,6 @@ include::fixtures/no-such-file.ad[]
c05c010
         end
c05c010
       end
c05c010
   
c05c010
-      test 'include macro can retrieve data from uri' do
c05c010
-        input = <<-EOS
c05c010
-....
c05c010
-include::https://raw.github.com/asciidoctor/asciidoctor/master/LICENSE[]
c05c010
-....
c05c010
-        EOS
c05c010
-  
c05c010
-        output = render_embedded_string input, :safe => :safe, :attributes => {'allow-uri-read' => ''}
c05c010
-        assert_match(/MIT/, output)
c05c010
-      end
c05c010
-  
c05c010
       test 'inaccessible uri referenced by include macro does not crash processor' do
c05c010
         input = <<-EOS
c05c010
 ....