Fix circleci.

This commit is contained in:
Shishir Mahajan
2020-06-25 13:27:16 -07:00
parent 161bec4ada
commit 850694634f

View File

@@ -1400,11 +1400,11 @@ func TestDockerDriver_CPUSetCPUs(t *testing.T) {
},
{
Name: "Comma separated list of CPUs",
CPUSetCPUs: "0,1,2",
CPUSetCPUs: "0,1",
},
{
Name: "Range of CPUs",
CPUSetCPUs: "0-3",
CPUSetCPUs: "0-1",
},
}