From ac4c29506c7062b4d77d923a730f427506e9e2d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Kripalani?= Date: Mon, 18 Jan 2021 21:36:54 +0000 Subject: [PATCH] tests: skip TestCgroupsDriven_Create_Isolated. --- watchdog_linux_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/watchdog_linux_test.go b/watchdog_linux_test.go index 793f791..8de232c 100644 --- a/watchdog_linux_test.go +++ b/watchdog_linux_test.go @@ -19,6 +19,8 @@ import ( var retained [][]byte func TestCgroupsDriven_Create_Isolated(t *testing.T) { + t.Skip("does not work on CI because cgroups are non writable") + skipIfNotIsolated(t) if os.Getpid() == 1 {