Bläddra i källkod

cmd/swarm: disable ACT tests on windows (#17536)

Anton Evangelatov 7 år sedan
förälder
incheckning
9574968116
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      cmd/swarm/access_test.go

+ 3 - 0
cmd/swarm/access_test.go

@@ -13,6 +13,9 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
+
+// +build !windows
+
 package main
 
 import (