1
0
2018-10-19 14:41:26 +00:00
committed by Git OBS Bridge
parent 3f583fbe50
commit 9d268435a5
+11 -2
View File
@@ -1,10 +1,19 @@
--- a/src/twisted/test/test_udp.py
+++ b/src/twisted/test/test_udp.py
@@ -500,6 +500,7 @@ class ReactorShutdownInteractionTests(un
@@ -15,6 +15,8 @@ from twisted.internet.defer import Defer
from twisted.internet import protocol, reactor, error, defer, interfaces, udp
from twisted.python import runtime
+import unittest as pyunit
+
class Mixin:
@@ -500,6 +502,7 @@ class ReactorShutdownInteractionTests(un
+@unittest.skip("Multicast networking doesn't work with ")
+@pyunit.skip("Multicast networking doesn't work with ")
class MulticastTests(unittest.TestCase):
def setUp(self):