Description: remove test with missing file
 One of the tests requires test data file which is missing from the
 upstream tarball.  So disable this test until that file is included
 in the tarball.

Author: Hans-Christoph Steiner <hans@eds.org>
Last-Update: <2016-09-24>
--- a/pgpdump/test.py
+++ b/pgpdump/test.py
@@ -427,16 +427,6 @@
         self.assertEqual(1, session_key.raw_pub_algorithm)
         self.assertEqual("RSA Encrypt or Sign", session_key.pub_algorithm)
 
-    def test_parse_partial_length(self):
-        '''This file contains an encrypted message with a Partial Body Length header
-           Reference: http://tools.ietf.org/html/rfc4880#section-4.2.2.4
-        '''
-
-        rawdata = self.load_data('partial_length.gpg')
-        data = BinaryData(rawdata)
-        packets = list(data.packets())
-        self.assertEqual(2, len(packets))
-
 
 class PacketTestCase(TestCase):
     def test_lookup_type(self):
