| 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 bcc02f2525d52ca35e1803c6cdf3076d3183cd2c..38629f90fd49f18b620cc269863cd2b3f7fb5787 100644
|
| --- a/content/child/webcrypto/shared_crypto_unittest.cc
|
| +++ b/content/child/webcrypto/shared_crypto_unittest.cc
|
| @@ -2014,7 +2014,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;
|
|
|
| @@ -2103,7 +2103,7 @@ TEST_F(SharedCryptoTest, MAYBE(ImportExportSpki)) {
|
| // as OAEP/PSS
|
| }
|
|
|
| -TEST_F(SharedCryptoTest, MAYBE(ImportExportPkcs8)) {
|
| +TEST_F(SharedCryptoTest, ImportExportPkcs8) {
|
| if (!SupportsRsaKeyImport())
|
| return;
|
|
|
|
|