quic: disable failing test 50/28150/6
authorFlorin Coras <fcoras@cisco.com>
Thu, 31 Oct 2019 02:43:57 +0000 (19:43 -0700)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Fri, 7 Aug 2020 21:45:43 +0000 (21:45 +0000)
Type: fix

Disable test until fixed.

Change-Id: I1f03630d126e61578c63a3536a0dd1a7b4da2b92
Signed-off-by: Florin Coras <fcoras@cisco.com>
(cherry picked from commit 3ad984732961d0a8ec3bd6e68a37a4927275419d)

src/plugins/quic/test/test_quic.py

index 0516dc7..03e8f04 100644 (file)
@@ -310,6 +310,7 @@ class QUICEchoExtServerStreamTestCase(QUICEchoExtTestCase):
     """QUIC Echo External Transfer Server Stream Test Case"""
     quic_setup = "serverstream"
 
+    @unittest.skipUnless(running_extended_tests, "part of extended tests")
     def test_quic_ext_transfer_server_stream(self):
         self.server("TX=1Kb", "RX=0")
         self.client("TX=0", "RX=1Kb")