Skip to content

Commit

Permalink
Bug 1295163 - Enable datagram TlsZeroRttReplayTest, r=me
Browse files Browse the repository at this point in the history
--HG--
branch : NSS_TLS13_DRAFT19_BRANCH
  • Loading branch information
martinthomson committed Oct 8, 2017
1 parent a69c6af commit 8c9ccbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gtests/ssl_gtest/ssl_0rtt_unittest.cc
Expand Up @@ -637,6 +637,7 @@ TEST_P(TlsConnectTls13, ZeroRttOrdering) {

#ifndef NSS_DISABLE_TLS_1_3
INSTANTIATE_TEST_CASE_P(Tls13ZeroRttReplayTest, TlsZeroRttReplayTest,
TlsConnectTestBase::kTlsVariantsStream);
TlsConnectTestBase::kTlsVariantsAll);
#endif

} // namespace nss_test

0 comments on commit 8c9ccbf

Please sign in to comment.