| 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 bb581123a2c0fd1d9432933f0bc8d459fafcbe94..3fe696c259f5c75fb954793f28b262b0426cb1f0 100644
|
| --- a/content/child/webcrypto/shared_crypto_unittest.cc
|
| +++ b/content/child/webcrypto/shared_crypto_unittest.cc
|
| @@ -2013,7 +2013,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;
|
|
|
| @@ -2102,7 +2102,7 @@ TEST_F(SharedCryptoTest, MAYBE(ImportExportSpki)) {
|
| // as OAEP/PSS
|
| }
|
|
|
| -TEST_F(SharedCryptoTest, MAYBE(ImportExportPkcs8)) {
|
| +TEST_F(SharedCryptoTest, ImportExportPkcs8) {
|
| if (!SupportsRsaKeyImport())
|
| return;
|
|
|
|
|