فهرست منبع

circleci: run make shorttest on windows. flag off a large swath of broken tests (#3132)

Nick Santos 5 سال پیش
والد
کامیت
ddc88ec41b
2فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 2 0
      pkg/watch/notify_test.go
  2. 1 1
      pkg/watch/watcher_naive_test.go

+ 2 - 0
pkg/watch/notify_test.go

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

+ 1 - 1
pkg/watch/watcher_naive_test.go

@@ -1,4 +1,4 @@
-// +build !darwin
+// +build !darwin,!windows
 
 package watch