aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurchetan Singh <gurchetansingh@google.com>2023-11-06 12:09:45 -0800
committerGurchetan Singh <gurchetansingh@google.com>2023-11-06 12:12:56 -0800
commit5fc4f4c37afb551808e9d4573624ff450dcb6f5a (patch)
treeaa00585d0a3695a2e308b34d65fca1a02330e2b2
parent4c0d904fee0f2714f546e6d094ae8a06b0dc4e78 (diff)
downloadaemu-5fc4f4c37afb551808e9d4573624ff450dcb6f5a.tar.gz
ring_buffer_unittest.cpp: Disable ProduceConsumeMultiThreadVaryingStepSize
Fails here: https://kojipkgs.fedoraproject.org//work/tasks/4700/108534700/build.log BUG=273561059 TEST=inspection Change-Id: Ib4d15fe97379237e3fe10e07e8ac0b9bd7cc81ae
-rw-r--r--base/ring_buffer_unittest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/ring_buffer_unittest.cpp b/base/ring_buffer_unittest.cpp
index af507eb..0b77ea9 100644
--- a/base/ring_buffer_unittest.cpp
+++ b/base/ring_buffer_unittest.cpp
@@ -193,7 +193,7 @@ TEST(ring_buffer, ProduceConsumeMultiThread) {
}
// Tests various step sizes of ring buffer transmission.
-TEST(ring_buffer, ProduceConsumeMultiThreadVaryingStepSize) {
+TEST(ring_buffer, DISABLED_ProduceConsumeMultiThreadVaryingStepSize) {
std::default_random_engine generator;
generator.seed(0);