proc net test: Annotate disable-save test with NoRandomSave.

PiperOrigin-RevId: 307069884
This commit is contained in:
Ting-Yu Wang 2020-04-17 10:33:54 -07:00 committed by gVisor bot
parent 6c225ea2d5
commit 4a818d6437
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ TEST(ProcNetSnmp, UdpNoPorts_NoRandomSave) {
EXPECT_EQ(oldNoPorts, newNoPorts - 1); EXPECT_EQ(oldNoPorts, newNoPorts - 1);
} }
TEST(ProcNetSnmp, UdpIn) { TEST(ProcNetSnmp, UdpIn_NoRandomSave) {
// TODO(gvisor.dev/issue/866): epsocket metrics are not savable. // TODO(gvisor.dev/issue/866): epsocket metrics are not savable.
const DisableSave ds; const DisableSave ds;