mirror of
https://github.com/moby/moby.git
synced 2025-12-03 07:41:01 +03:00
Remove exec-driver global daemon option.
Each platform has only a driver now. Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
@@ -47,7 +47,6 @@ func (s *DockerSuite) TestEventsRedirectStdout(c *check.C) {
|
||||
|
||||
func (s *DockerSuite) TestEventsOOMDisableFalse(c *check.C) {
|
||||
testRequires(c, DaemonIsLinux)
|
||||
testRequires(c, NativeExecDriver)
|
||||
testRequires(c, oomControl)
|
||||
testRequires(c, NotGCCGO)
|
||||
|
||||
@@ -84,7 +83,6 @@ func (s *DockerSuite) TestEventsOOMDisableFalse(c *check.C) {
|
||||
|
||||
func (s *DockerSuite) TestEventsOOMDisableTrue(c *check.C) {
|
||||
testRequires(c, DaemonIsLinux)
|
||||
testRequires(c, NativeExecDriver)
|
||||
testRequires(c, oomControl)
|
||||
testRequires(c, NotGCCGO)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user