| Index: webrtc/api/rtcstats_integrationtest.cc
 | 
| diff --git a/webrtc/api/rtcstats_integrationtest.cc b/webrtc/api/rtcstats_integrationtest.cc
 | 
| index c28130fe8a692558116b401eb2887ef3149454ae..d78ba3529f761780b75b31cd6b26ec6edab92b22 100644
 | 
| --- a/webrtc/api/rtcstats_integrationtest.cc
 | 
| +++ b/webrtc/api/rtcstats_integrationtest.cc
 | 
| @@ -523,6 +523,7 @@ class RTCStatsReportVerifier {
 | 
|    rtc::scoped_refptr<const RTCStatsReport> report_;
 | 
|  };
 | 
|  
 | 
| +#ifdef HAVE_SCTP
 | 
|  TEST_F(RTCStatsIntegrationTest, GetStatsFromCaller) {
 | 
|    StartCall();
 | 
|  
 | 
| @@ -549,6 +550,7 @@ TEST_F(RTCStatsIntegrationTest, GetsStatsWhileDestroyingPeerConnections) {
 | 
|    // the peer connection.
 | 
|    EXPECT_TRUE(stats_obtainer->report());
 | 
|  }
 | 
| +#endif  // HAVE_SCTP
 | 
|  
 | 
|  }  // namespace
 | 
|  
 | 
| 
 |