Skip to content

Commit

Permalink
Merge pull request moby#13656 from lizf-os/13641-skip-test-on-lxc
Browse files Browse the repository at this point in the history
test: Skip TestDevicePermissions on lxc
  • Loading branch information
Jessie Frazelle committed Jun 2, 2015
2 parents 814a92c + e556491 commit 7d33bc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-cli/docker_cli_run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7d33bc0

Please sign in to comment.