Disable flaky test: OrtcFactoryIntegrationTest.SrtpSendersAndReceiversWithMismatchingKeys
Bug: webrtc:9184 Change-Id: Ie9c226d40dafb0e995c4199e321921adbfb331bc Reviewed-on: https://webrtc-review.googlesource.com/71669 Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Commit-Queue: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22975}
This commit is contained in:
parent
1322dbc81a
commit
0536175fa8
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user