removed e2e tests for cgroups2 and associated functions
This commit is contained in:
parent
475adf734a
commit
c5dad5e461
5 changed files with 21 additions and 137 deletions
|
|
@ -26,8 +26,4 @@ import (
|
|||
// NumCPU ...
|
||||
func NumCPU() int {
|
||||
return runtime.NumCPU()
|
||||
}
|
||||
|
||||
func IsCgroupAvaliable() bool {
|
||||
return false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue