blob: 6e0bfcce6c02fc4fb3d27270719304fd63f2fe6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/absl/strings/internal/cordz_info_statistics_test.cc
+++ b/absl/strings/internal/cordz_info_statistics_test.cc
@@ -466,6 +466,8 @@
}
TEST(CordzInfoStatisticsTest, ThreadSafety) {
+ GTEST_SKIP() << "Skipping test; see https://bugs.debian.org/1018804";
+
Notification stop;
static constexpr int kNumThreads = 8;
int64_t sampled_node_count = 0;
|