File: disable-should-be-failing-test.patch

package info (click to toggle)
python-tornado 6.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,176 kB
  • sloc: python: 28,920; javascript: 156; sh: 100; ansic: 72; xml: 49; makefile: 49; sql: 23
file content (12 lines) | stat: -rw-r--r-- 562 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: python-tornado/tornado/test/tcpclient_test.py
===================================================================
--- python-tornado.orig/tornado/test/tcpclient_test.py
+++ python-tornado/tornado/test/tcpclient_test.py
@@ -150,6 +150,7 @@ class TCPClientTest(AsyncTestCase):
         self.do_test_connect(socket.AF_INET, "127.0.0.1", source_ip="127.0.0.1")
 
     @skipIfNonUnix
+    @unittest.skip('failing on Salsa CI')
     def test_source_port_fail(self):
         """Fail when trying to use source port 1."""
         if getpass.getuser() == "root":