Signed-off-by: Darren Stahl <darst@microsoft.com>
| ... | ... |
@@ -13,6 +13,10 @@ import ( |
| 13 | 13 |
// This is a heisen-test. Because the created timestamp of images and the behavior of |
| 14 | 14 |
// sort is not predictable it doesn't always fail. |
| 15 | 15 |
func (s *DockerSuite) TestBuildHistory(c *check.C) {
|
| 16 |
+ testRequires(c, DaemonIsLinux) // TODO Windows: This test passes on Windows, |
|
| 17 |
+ // but currently adds a disproportionate amount of time for the value it has. |
|
| 18 |
+ // Removing it from Windows CI for now, but this will be revisited in the |
|
| 19 |
+ // TP5 timeframe when perf is better. |
|
| 16 | 20 |
name := "testbuildhistory" |
| 17 | 21 |
_, err := buildImage(name, `FROM busybox |
| 18 | 22 |
RUN echo "A" |