mirror of
https://github.com/status-im/go-watchdog.git
synced 2025-02-04 13:43:36 +00:00
tests: skip TestCgroupsDriven_Create_Isolated.
This commit is contained in:
parent
4f8de94bb9
commit
ac4c29506c
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user