Merge pull request #26151 from Microsoft/jjh/testbuildhistory
Windows: Enable docker_cli_history_test.go tests
This commit is contained in:
commit
783fe398dc
1 changed files with 0 additions and 4 deletions
|
@ -13,10 +13,6 @@ import (
|
|||
// This is a heisen-test. Because the created timestamp of images and the behavior of
|
||||
// sort is not predictable it doesn't always fail.
|
||||
func (s *DockerSuite) TestBuildHistory(c *check.C) {
|
||||
testRequires(c, DaemonIsLinux) // TODO Windows: This test passes on Windows,
|
||||
// but currently adds a disproportionate amount of time for the value it has.
|
||||
// Removing it from Windows CI for now, but this will be revisited in the
|
||||
// TP5 timeframe when perf is better.
|
||||
name := "testbuildhistory"
|
||||
_, err := buildImage(name, `FROM `+minimalBaseImage()+`
|
||||
LABEL label.A="A"
|
||||
|
|
Loading…
Reference in a new issue