Merge pull request #47455 from vvoland/c8d-skip-last-windows-tests
c8d/windows: Temporarily skip two failing tests
This commit is contained in:
commit
2c25ca9dba
2 changed files with 2 additions and 0 deletions
|
@ -3576,6 +3576,7 @@ RUN [ $(ls -l /test | awk '{print $3":"$4}') = 'root:root' ]
|
|||
}
|
||||
|
||||
func (s *DockerCLIBuildSuite) TestBuildSymlinkBreakout(c *testing.T) {
|
||||
skip.If(c, testEnv.UsingSnapshotter(), "FIXME: https://github.com/moby/moby/issues/47107")
|
||||
const name = "testbuildsymlinkbreakout"
|
||||
tmpdir, err := os.MkdirTemp("", name)
|
||||
assert.NilError(c, err)
|
||||
|
|
|
@ -32,6 +32,7 @@ func TestCopyFromContainerPathDoesNotExist(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestCopyFromContainerPathIsNotDir(t *testing.T) {
|
||||
skip.If(t, testEnv.UsingSnapshotter(), "FIXME: https://github.com/moby/moby/issues/47107")
|
||||
ctx := setupTest(t)
|
||||
|
||||
apiClient := testEnv.APIClient()
|
||||
|
|
Loading…
Reference in a new issue