File: Disable-two-failing-tests.patch

package info (click to toggle)
wifite 2.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,196 kB
  • sloc: python: 6,457; sh: 10; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 664 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: =?utf-8?q?Rapha=C3=ABl_Hertzog?= <hertzog@debian.org>
Date: Fri, 15 Jun 2018 13:07:50 +0200
Subject: Disable two failing tests

Bug: https://github.com/derv82/wifite2/issues/105
---
 tests/test_Handshake.py | 1 +
 1 file changed, 1 insertion(+)

--- a/tests/test_Handshake.py
+++ b/tests/test_Handshake.py
@@ -54,6 +54,7 @@
                 os.unlink(temp_file)
 
     @unittest.skipUnless(Process.exists("cowpatty"), 'cowpatty is missing')
+    @unittest.skip('https://github.com/derv82/wifite2/issues/105')
     def testHandshakeCowpatty(self):
         print("\nTesting handshake with cowpatty...")
         hs_file = self.getFile('handshake_exists.cap')