Skip to content

Commit

Permalink
[Flake] Removing an assert that was causing an ASAN failure.
Browse files Browse the repository at this point in the history
Error :
runtime error:
load of value 42, which is not a valid value for type 'tsi_result'

PiperOrigin-RevId: 728459363
  • Loading branch information
tanvi-jagtap authored and copybara-github committed Feb 19, 2025
1 parent 4bfbcc5 commit 40a5e54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/core/tsi/transport_security_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ TEST(TransportSecurityTest, TestResultStrings) {
for (i = 0; i < GPR_ARRAY_SIZE(results); i++) {
ASSERT_STREQ(results[i].str, tsi_result_to_string(results[i].res));
}
ASSERT_STREQ("UNKNOWN", tsi_result_to_string((tsi_result)42));
}

TEST(TransportSecurityTest, TestProtectorInvalidArgs) {
Expand Down

0 comments on commit 40a5e54

Please sign in to comment.