Skip to content

Commit

Permalink
Skip StringFormatTest.Pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
dconeybe authored Jan 9, 2025
1 parent f7ab2d4 commit 115d1d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Firestore/core/test/unit/util/string_format_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ TEST(StringFormatTest, Bool) {
}

TEST(StringFormatTest, Pointer) {
GTEST_SKIP() << "Skipping until the use-after-free bug is fixed by #14306";
// pointers implicitly convert to bool. Make sure this doesn't happen in
// this API.
int value = 4;
Expand Down

0 comments on commit 115d1d3

Please sign in to comment.