We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8943e commit 95b8d1fCopy full SHA for 95b8d1f
cli/clistat/stat_internal_test.go
@@ -113,7 +113,6 @@ func TestStatter(t *testing.T) {
113
114
t.Run("ContainerMemory", func(t *testing.T) {
115
t.Parallel()
116
- t.Skip("not implemented")
117
mem, err := s.ContainerMemory()
118
require.NoError(t, err)
119
assert.NotNil(t, mem)
@@ -146,7 +145,6 @@ func TestStatter(t *testing.T) {
146
145
147
148
149
150
151
152
0 commit comments