From c6923102a746cd9696542a89ec2ba6d9eb6a8298 Mon Sep 17 00:00:00 2001 From: Yevgeniy Firsov Date: Fri, 25 Oct 2024 17:36:06 -0700 Subject: [PATCH] Skip OOMing test --- internal/goofys_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/goofys_test.go b/internal/goofys_test.go index 6380497..b4ae7a1 100644 --- a/internal/goofys_test.go +++ b/internal/goofys_test.go @@ -569,6 +569,8 @@ func (s *GoofysTest) TestWriteLargeTruncateMem20M(t *C) { } func (s *GoofysTest) TestEvictedRMWMem20M(t *C) { + t.Skip("seems to be OOM'ing") + fileName := "testRMW" root := s.getRoot(t)