mirror of
https://github.com/status-im/go-watchdog.git
synced 2025-02-04 21:53:24 +00:00
tests: skip TestCgroupsDriven_Create_Isolated.
This commit is contained in:
parent
4f8de94bb9
commit
ac4c29506c
@ -19,6 +19,8 @@ import (
|
|||||||
var retained [][]byte
|
var retained [][]byte
|
||||||
|
|
||||||
func TestCgroupsDriven_Create_Isolated(t *testing.T) {
|
func TestCgroupsDriven_Create_Isolated(t *testing.T) {
|
||||||
|
t.Skip("does not work on CI because cgroups are non writable")
|
||||||
|
|
||||||
skipIfNotIsolated(t)
|
skipIfNotIsolated(t)
|
||||||
|
|
||||||
if os.Getpid() == 1 {
|
if os.Getpid() == 1 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user