| 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 5682cf78297f0b9a4a1240d71bd51a744d4d958f..030a50e05bc7fcb5b108be54f7897805e85ed45c 100644
|
| --- a/content/child/webcrypto/shared_crypto_unittest.cc
|
| +++ b/content/child/webcrypto/shared_crypto_unittest.cc
|
| @@ -2002,7 +2002,7 @@ TEST_F(SharedCryptoTest, MAYBE(ExportJwkEmptySymmetricKey)) {
|
| EXPECT_EQ(0u, exported_key_data.size());
|
| }
|
|
|
| -TEST_F(SharedCryptoTest, MAYBE(ImportExportSpki)) {
|
| +TEST_F(SharedCryptoTest, ImportExportSpki) {
|
| if (!SupportsRsaKeyImport())
|
| return;
|
|
|
| @@ -2091,7 +2091,7 @@ TEST_F(SharedCryptoTest, MAYBE(ImportExportSpki)) {
|
| // as OAEP/PSS
|
| }
|
|
|
| -TEST_F(SharedCryptoTest, MAYBE(ImportExportPkcs8)) {
|
| +TEST_F(SharedCryptoTest, ImportExportPkcs8) {
|
| if (!SupportsRsaKeyImport())
|
| return;
|
|
|
|
|