Skip to content

Commit

Permalink
Skip test for updating VM cpugroup membership for now
Browse files Browse the repository at this point in the history
Signed-off-by: Kathryn Baldauf <kabaldau@microsoft.com>
  • Loading branch information
katiewasnothere committed Feb 15, 2022
1 parent 51f5ab8 commit 53deaa7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/cri-containerd/pod_update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ import (

"github.com/Microsoft/hcsshim/internal/cpugroup"
"github.com/Microsoft/hcsshim/internal/processorinfo"
"github.com/Microsoft/hcsshim/osversion"
"github.com/Microsoft/hcsshim/pkg/annotations"
testutilities "github.com/Microsoft/hcsshim/test/functional/utilities"
runtime "k8s.io/cri-api/pkg/apis/runtime/v1alpha2"
)

Expand Down Expand Up @@ -222,7 +220,7 @@ func Test_Pod_UpdateResources_CPUShares(t *testing.T) {
}

func Test_Pod_UpdateResources_CPUGroup(t *testing.T) {
testutilities.RequiresBuild(t, osversion.V21H1)
t.Skip("Skipping for now")
ctx := context.Background()

processorTopology, err := processorinfo.HostProcessorInfo(ctx)
Expand Down

0 comments on commit 53deaa7

Please sign in to comment.