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