Skip to content

Commit 653cc0a

Browse files
Remove rsa expected in test (#2901)
Fix CI failure in #2899 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
1 parent 2f0f555 commit 653cc0a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tool-openssl/rsa_test.cc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,6 @@ class RSAOptionUsageErrorsTest : public RSATest {
8989
}
9090
};
9191

92-
// Test missing -in required option
93-
TEST_F(RSAOptionUsageErrorsTest, RequiredOptionTests) {
94-
std::vector<std::vector<std::string>> testparams = {
95-
{"-out", "output.pem"},
96-
{"-modulus"},
97-
};
98-
for (const auto& args : testparams) {
99-
TestOptionUsageErrors(args);
100-
}
101-
}
102-
10392
// Test invalid file path
10493
TEST_F(RSAOptionUsageErrorsTest, InvalidFilePathTest) {
10594
args_list_t args = {"-in", "/nonexistent/path/to/key.pem"};

0 commit comments

Comments
 (0)