From 0536175fa8b329456764f7366e4fc644648318e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20Kalliom=C3=A4ki?= Date: Mon, 23 Apr 2018 12:53:16 +0200 Subject: [PATCH] Disable flaky test: OrtcFactoryIntegrationTest.SrtpSendersAndReceiversWithMismatchingKeys MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:9184 Change-Id: Ie9c226d40dafb0e995c4199e321921adbfb331bc Reviewed-on: https://webrtc-review.googlesource.com/71669 Reviewed-by: Henrik Andreassson Commit-Queue: Sami Kalliomäki Cr-Commit-Position: refs/heads/master@{#22975} --- ortc/ortcfactory_integrationtest.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ortc/ortcfactory_integrationtest.cc b/ortc/ortcfactory_integrationtest.cc index d556fb1dc9..21da70f7a8 100644 --- a/ortc/ortcfactory_integrationtest.cc +++ b/ortc/ortcfactory_integrationtest.cc @@ -505,7 +505,9 @@ TEST_F(OrtcFactoryIntegrationTest, #endif // Tests that the packets cannot be decoded if the keys are mismatched. -TEST_F(OrtcFactoryIntegrationTest, SrtpSendersAndReceiversWithMismatchingKeys) { +// TODO(webrtc:9184): Disabled because this test is flaky. +TEST_F(OrtcFactoryIntegrationTest, + DISABLED_SrtpSendersAndReceiversWithMismatchingKeys) { auto udp_transports = CreateAndConnectUdpTransportPair(); auto srtp_transports = CreateSrtpTransportPairAndSetMismatchingKeys( MakeRtcpMuxParameters(), udp_transports);