test: Skip TestDevicePermissions on lxc

Closes: #13641

Signed-off-by: Zefan Li <lizefan@huawei.com>
Upstream-commit: e55649192ef9c947e9c90018c71bbc0a8d99a546
Component: engine
This commit is contained in:
Zefan Li
2015-06-02 10:27:54 +08:00
parent 46b7d97a6b
commit 93fe2d99ac

View File

@ -3166,6 +3166,7 @@ func (s *DockerSuite) TestRunPublishPort(c *check.C) {
// Issue #10184.
func (s *DockerSuite) TestDevicePermissions(c *check.C) {
testRequires(c, NativeExecDriver)
const permissions = "crw-rw-rw-"
out, status := dockerCmd(c, "run", "--device", "/dev/fuse:/dev/fuse:mrw", "busybox:latest", "ls", "-l", "/dev/fuse")
if status != 0 {