fix e2e tests for cgroups

This commit is contained in:
Nicholas Orlowsky 2023-07-16 19:02:37 -04:00
commit 8621dfc66d
No known key found for this signature in database
GPG key ID: 58832FD3AC16C706
3 changed files with 100 additions and 3 deletions

View file

@ -26,4 +26,4 @@ import (
// NumCPU ...
func NumCPU() int {
return runtime.NumCPU()
}
}