mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
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:
committed by
Jessica Frazelle
parent
3e4284bd7c
commit
4ebcd0d544
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user