| Index: content/child/webcrypto/shared_crypto_unittest.cc
|
| diff --git a/content/child/webcrypto/shared_crypto_unittest.cc b/content/child/webcrypto/shared_crypto_unittest.cc
|
| index 38629f90fd49f18b620cc269863cd2b3f7fb5787..b6fa177db7da2a99daeb9d6f26f5eb18b07fc882 100644
|
| --- a/content/child/webcrypto/shared_crypto_unittest.cc
|
| +++ b/content/child/webcrypto/shared_crypto_unittest.cc
|
| @@ -2688,7 +2688,7 @@ TEST_F(SharedCryptoTest, MAYBE(GenerateKeyPairRsaBadExponent)) {
|
| }
|
| }
|
|
|
| -TEST_F(SharedCryptoTest, MAYBE(RsaSsaSignVerifyFailures)) {
|
| +TEST_F(SharedCryptoTest, RsaSsaSignVerifyFailures) {
|
| if (!SupportsRsaKeyImport())
|
| return;
|
|
|
| @@ -2820,7 +2820,7 @@ TEST_F(SharedCryptoTest, MAYBE(RsaSsaSignVerifyFailures)) {
|
| EXPECT_FALSE(is_match);
|
| }
|
|
|
| -TEST_F(SharedCryptoTest, MAYBE(RsaSignVerifyKnownAnswer)) {
|
| +TEST_F(SharedCryptoTest, RsaSignVerifyKnownAnswer) {
|
| if (!SupportsRsaKeyImport())
|
| return;
|
|
|
|
|