Browse Source

Merge pull request #30643 from dnephin/fix-stack-remove-test-flake

Add missing build tag for stack tests
Alexander Morozov 8 years ago
parent
commit
3138a8f9f2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      integration-cli/docker_cli_stack_test.go

+ 2 - 0
integration-cli/docker_cli_stack_test.go

@@ -1,3 +1,5 @@
+// +build !windows
+
 package main
 
 import (