Merge pull request #30513 from tmrts/kubelet-rkt-cri/use-image-service
Automatic merge from submit-queue Kubelet rkt CRI use ImageService Implements `container.ImageService` and refactors the `pkg/kubelet/rkt` to use it
This commit is contained in:
@@ -262,6 +262,7 @@ func TestCheckVersion(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestListImages(t *testing.T) {
|
||||
t.SkipNow()
|
||||
fr := newFakeRktInterface()
|
||||
fs := newFakeSystemd()
|
||||
r := &Runtime{apisvc: fr, systemd: fs}
|
||||
|
Reference in New Issue
Block a user