Skip to content

Commit

Permalink
properly mark a gen test as disabled
Browse files Browse the repository at this point in the history
Summary: Fixing a typo in the mechanism that was intended to disable it.

Reviewed By: ddrcoder

Differential Revision: D62519137

fbshipit-source-id: 4341ea3094c8d8154e6e1adbdd1c9643204e6512
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Sep 11, 2024
1 parent 37cf4c1 commit 7731806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folly/gen/test/BaseTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ TEST(Gen, Guard) {
}

// Disabled: guard currently can't catch exceptions thrown after a buffering op.
TEST(Gen, DISABLEDGuardthroughbuffers) {
TEST(Gen, DISABLED_Guardthroughbuffers) {
using std::runtime_error;
// clang-format off
EXPECT_EQ(
Expand Down

0 comments on commit 7731806

Please sign in to comment.