Commit 5e924fb
committed
cgtracker_test: skip if test cannot mkdir
In GH runners, we get:
--- FAIL: TestCgTrackerMap (0.12s)
cgtracker_test.go:73: '/sys/fs/cgroup' is cgroup v1
cgtracker_test.go:81: failed to create test dir: mkdir /sys/fs/cgroup/cgtracker-test-1715271346: read-only file system
So it seems that we cannot execute the test there. Skip it for now.
Signed-off-by: Kornilios Kourtis <[email protected]>1 parent 1f8af06 commit 5e924fb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments