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}
This commit is contained in:
deadbeef
2016-11-03 16:01:57 -07:00
committed by Commit bot
parent 07c147d25d
commit e2213ce62c

View File

@ -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);