Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1385747 - Disable SessionTicketResumptionBadMac fuzzing test, a=b…
…ustage

--HG--
branch : NSS_TLS13_DRAFT19_BRANCH
  • Loading branch information
martinthomson committed Jul 31, 2017
1 parent b538266 commit 786df17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtests/ssl_gtest/ssl_fuzz_unittest.cc
Expand Up @@ -253,7 +253,7 @@ class TlsSessionTicketMacDamager : public TlsExtensionFilter {
};

// Check that session ticket resumption works with a bad MAC.
FUZZ_P(TlsConnectGeneric, SessionTicketResumptionBadMac) {
FUZZ_P(TlsConnectGeneric, DISABLED_SessionTicketResumptionBadMac) {
ConfigureSessionCache(RESUME_BOTH, RESUME_TICKET);
Connect();
SendReceive();
Expand Down

0 comments on commit 786df17

Please sign in to comment.