From e83cc06f1b79dcbae3a0217384985ab32138ca9a Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Tue, 13 Apr 2021 15:40:41 -0700 Subject: Remove _NoRandomSave tests. We do not currently run random save tests. PiperOrigin-RevId: 368309921 --- test/syscalls/linux/readv.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/syscalls/linux/readv.cc') diff --git a/test/syscalls/linux/readv.cc b/test/syscalls/linux/readv.cc index 86808d255..a50d98d21 100644 --- a/test/syscalls/linux/readv.cc +++ b/test/syscalls/linux/readv.cc @@ -267,7 +267,7 @@ TEST_F(ReadvTest, ReadvWithOpath) { // This test depends on the maximum extent of a single readv() syscall, so // we can't tolerate interruption from saving. -TEST(ReadvTestNoFixture, TruncatedAtMax_NoRandomSave) { +TEST(ReadvTestNoFixture, TruncatedAtMax) { // Ensure that we won't be interrupted by ITIMER_PROF. This is particularly // important in environments where automated profiling tools may start // ITIMER_PROF automatically. -- cgit v1.2.3