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

PiperOrigin-RevId: 307069884
This commit is contained in:
Ting-Yu Wang
2020-04-17 10:34:57 -07:00
committed by gVisor bot
parent 6c225ea2d5
commit 4a818d6437
+1 -1
View File
@@ -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;