1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration/container
Akihiro Suda c316dd7cc5
TestInspectOomKilledTrue: skip on cgroup v2
The test fails intermittently on cgroup v2.

```
=== FAIL: amd64.integration.container TestInspectOomKilledTrue (0.53s)
    kill_test.go:171: assertion failed: true (true bool) != false (inspect.State.OOMKilled bool)
```

Tracked in issue 41929

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-01-29 16:05:15 +09:00
..
checkpoint_test.go
container_test.go
copy_test.go Windows: Enable more integration tests 2020-09-20 22:09:27 +03:00
create_test.go Don't set default platform on container create 2020-10-20 20:17:23 +00:00
daemon_linux_test.go Make test work with rootless mode 2021-01-05 00:25:33 +00:00
daemon_test.go
diff_test.go
exec_test.go Windows: Enable more integration tests 2020-09-20 22:09:27 +03:00
export_test.go
health_test.go
inspect_test.go
ipcmode_linux_test.go
kill_test.go TestInspectOomKilledTrue: skip on cgroup v2 2021-01-29 16:05:15 +09:00
links_linux_test.go
logs_test.go
main_test.go
mounts_linux_test.go Use specific APIs for shared mount-point behaviour 2020-11-10 20:00:48 +11:00
nat_test.go Windows: Enable more integration tests 2020-09-20 22:09:27 +03:00
pause_test.go
ps_test.go
remove_test.go
rename_test.go
resize_test.go Windows: Enable more integration tests 2020-09-20 22:09:27 +03:00
restart_test.go
run_cgroupns_linux_test.go TestCgroupNamespacesRunOlderClient: support cgroup v2 2021-01-22 16:17:47 +09:00
run_linux_test.go
stats_test.go
stop_linux_test.go
stop_test.go
stop_windows_test.go
update_linux_test.go test-integration: support cgroup2 2020-06-22 14:17:45 +09:00
update_test.go
wait_test.go