mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user