Skip to content

Commit

Permalink
nixos/tests/docker-tools*: remove useless formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed May 8, 2021
1 parent a67c97a commit 4035049
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/tests/docker-tools-cross.nix
Expand Up @@ -73,4 +73,7 @@ in {
"docker rmi ${hello2.imageName}",
)
'';

# Remove when the formatter has been removed and a linter has been added
skipLint = true;
})
3 changes: 3 additions & 0 deletions nixos/tests/docker-tools-overlay.nix
Expand Up @@ -30,4 +30,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
# drw------- 99 0 0 100 Apr 14 11:36 /nix/store
docker.succeed("docker run --rm -u 1000:1000 ${pkgs.dockerTools.examples.bash.imageName} bash --version")
'';

# Remove when the formatter has been removed and a linter has been added
skipLint = true;
})
3 changes: 3 additions & 0 deletions nixos/tests/docker-tools.nix
Expand Up @@ -365,4 +365,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
"docker run --rm ${examples.layeredImageWithFakeRootCommands.imageName} sh -c 'stat -c '%u' /home/jane | grep -E ^1000$'"
)
'';

# Remove when the formatter has been removed and a linter has been added
skipLint = true;
})

0 comments on commit 4035049

Please sign in to comment.