Skip to content

Commit f004e6c

Browse files
ezbrcopybara-github
authored andcommitted
Disable the DestroyedCallsFail test on GCC due to flakiness.
Fixes #1834. PiperOrigin-RevId: 726674816 Change-Id: Icfbc73c8fac687819e9d94472a3071aa687f5c37
1 parent 606690b commit f004e6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

absl/container/internal/raw_hash_set_test.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3782,6 +3782,8 @@ TEST(Table, ReentrantCallsFail) {
37823782
TEST(Table, DestroyedCallsFail) {
37833783
#ifdef NDEBUG
37843784
GTEST_SKIP() << "Destroyed checks only enabled in debug mode.";
3785+
#elif !defined(__clang__) && defined(__GNUC__)
3786+
GTEST_SKIP() << "Flaky on GCC.";
37853787
#else
37863788
absl::optional<IntTable> t;
37873789
t.emplace({1});

0 commit comments

Comments
 (0)