From 5180b242814e57670549a4c2edc7cdd818ba9b4b Mon Sep 17 00:00:00 2001 From: htuch Date: Tue, 8 May 2018 16:54:46 -0700 Subject: [PATCH] fuzz: remove test/server/server_corpus/oom-550f56d376b3a23320724b98c79905f7c73e4e55. (#3319) This was hanging the CI in a flakey way. Seems dangerous to be reading runtime from / even with the various safeguards (recursion depth, /dev exclusion) that we've added. We can probably skip this one for now, if it shows up in ClusterFuzz again, we can figure out something more robust as a regression. Signed-off-by: Harvey Tuch --- .../oom-550f56d376b3a23320724b98c79905f7c73e4e55 | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 test/server/server_corpus/oom-550f56d376b3a23320724b98c79905f7c73e4e55 diff --git a/test/server/server_corpus/oom-550f56d376b3a23320724b98c79905f7c73e4e55 b/test/server/server_corpus/oom-550f56d376b3a23320724b98c79905f7c73e4e55 deleted file mode 100644 index 593d9d0f3d87..000000000000 --- a/test/server/server_corpus/oom-550f56d376b3a23320724b98c79905f7c73e4e55 +++ /dev/null @@ -1,11 +0,0 @@ -runtime { - symlink_root: "/" -} -admin { - access_log_path: "@" - address { - pipe { - path: "]" - } - } -}