From e2213ce62c6ba99b405ebe5ab43b1f530e602246 Mon Sep 17 00:00:00 2001 From: deadbeef Date: Thu, 3 Nov 2016 16:01:57 -0700 Subject: [PATCH] Reference a bug in a comment for a disabled data channel test. BUG=NONE TBR=pthatcher@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/2477723003 Cr-Commit-Position: refs/heads/master@{#14928} --- webrtc/api/peerconnectionendtoend_unittest.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/webrtc/api/peerconnectionendtoend_unittest.cc b/webrtc/api/peerconnectionendtoend_unittest.cc index 2298cf482c..80485e3f82 100644 --- a/webrtc/api/peerconnectionendtoend_unittest.cc +++ b/webrtc/api/peerconnectionendtoend_unittest.cc @@ -401,6 +401,7 @@ TEST_F(PeerConnectionEndToEndTest, MessageTransferBetweenQuicDataChannels) { // TODO(deadbeef): This is disabled because there's currently a race condition // caused by the fact that a data channel signals that it's closed before it // really is. Re-enable this test once that's fixed. +// See: https://bugs.chromium.org/p/webrtc/issues/detail?id=4453 TEST_F(PeerConnectionEndToEndTest, DISABLED_DataChannelFromOpenWorksAfterClose) { MAYBE_SKIP_TEST(rtc::SSLStreamAdapter::HaveDtlsSrtp);