test: Skip TestDevicePermissions on lxc

Closes: #13641

Signed-off-by: Zefan Li <lizefan@huawei.com>
(cherry picked from commit e55649192e)
This commit is contained in:
Zefan Li
2015-06-09 11:47:25 -07:00
committed by Jessica Frazelle
parent 3e4284bd7c
commit 4ebcd0d544
+1
View File
@@ -3201,6 +3201,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 {