mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Oops
This commit is contained in:
committed by
Preetha Appan
parent
db2b09e4a0
commit
657619c0ec
@@ -861,8 +861,8 @@ func TestDockerDriver_NetworkAliases_Bridge(t *testing.T) {
|
||||
func TestDockerDriver_Sysctls_Ulimits(t *testing.T) {
|
||||
task, _, _ := dockerTask()
|
||||
expectedUlimits := map[string]string{
|
||||
"nproc": "4242",
|
||||
"nofiles": "2048:4096",
|
||||
"nproc": "4242",
|
||||
"nofile": "2048:4096",
|
||||
}
|
||||
task.Config["sysctls"] = []map[string]string{
|
||||
map[string]string{
|
||||
|
||||
Reference in New Issue
Block a user