Merge pull request #19796 from Microsoft/10662-RemoveTestBuildHistory

Temporarily removing TestBuildHistory on Windows for perf reasons
This commit is contained in:
Arnaud Porterie 2016-01-28 16:34:55 -08:00
commit f746cf0440
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ import (
// This is a heisen-test. Because the created timestamp of images and the behavior of // This is a heisen-test. Because the created timestamp of images and the behavior of
// sort is not predictable it doesn't always fail. // sort is not predictable it doesn't always fail.
func (s *DockerSuite) TestBuildHistory(c *check.C) { 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" name := "testbuildhistory"
_, err := buildImage(name, `FROM busybox _, err := buildImage(name, `FROM busybox
RUN echo "A" RUN echo "A"