diff options
author | Ting-Yu Wang <anivia@google.com> | 2020-04-17 10:33:54 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-17 10:34:57 -0700 |
commit | 4a818d64378f16f3738ba51c7804cff90f753b1d (patch) | |
tree | 326ca346985f6a16a71ec2376f2cf95371bd4a8b /test | |
parent | 6c225ea2d59d3287484fe3eeddffc1d877a5972a (diff) |
proc net test: Annotate disable-save test with NoRandomSave.
PiperOrigin-RevId: 307069884
Diffstat (limited to 'test')
-rw-r--r-- | test/syscalls/linux/proc_net.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/proc_net.cc b/test/syscalls/linux/proc_net.cc index 4e23d1e78..cac394910 100644 --- a/test/syscalls/linux/proc_net.cc +++ b/test/syscalls/linux/proc_net.cc @@ -353,7 +353,7 @@ TEST(ProcNetSnmp, UdpNoPorts_NoRandomSave) { EXPECT_EQ(oldNoPorts, newNoPorts - 1); } -TEST(ProcNetSnmp, UdpIn) { +TEST(ProcNetSnmp, UdpIn_NoRandomSave) { // TODO(gvisor.dev/issue/866): epsocket metrics are not savable. const DisableSave ds; |