From a06c695177016398e434b0436268c38c3f4c112d Mon Sep 17 00:00:00 2001 From: John Howard Date: Tue, 30 Aug 2016 09:31:33 -0700 Subject: [PATCH] Windows: Enable docker_cli_history_test Signed-off-by: John Howard --- integration-cli/docker_cli_history_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/integration-cli/docker_cli_history_test.go b/integration-cli/docker_cli_history_test.go index 6ad1a7e49d..9979080b1c 100644 --- a/integration-cli/docker_cli_history_test.go +++ b/integration-cli/docker_cli_history_test.go @@ -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"