Skip to content

Commit

Permalink
Bug 1709750 - Disable HPKE test when fuzzing, r=bbeurdouche
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D114443

--HG--
extra : moz-landing-system : lando
  • Loading branch information
martinthomson committed May 6, 2021
1 parent 75dbd61 commit 70e7934
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gtests/pk11_gtest/pk11_hpke_unittest.cc
Expand Up @@ -4,6 +4,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef UNSAFE_FUZZER_MODE // See Bug 1709750

#include <memory>
#include "blapi.h"
#include "gtest/gtest.h"
Expand Down Expand Up @@ -683,3 +685,5 @@ TEST_F(ModeParameterizedTest, InvalidReceiverKeyType) {
}

} // namespace nss_test

#endif

0 comments on commit 70e7934

Please sign in to comment.