Skip to content

Commit ddc88ec

Browse files
nicksndeloof
authored andcommitted
circleci: run make shorttest on windows. flag off a large swath of broken tests (docker#3132)
1 parent 92c6a65 commit ddc88ec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pkg/watch/notify_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build !windows
2+
13
package watch
24

35
import (

pkg/watch/watcher_naive_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !darwin
1+
// +build !darwin,!windows
22

33
package watch
44

0 commit comments

Comments
 (0)