From 957496811627d6ef33b9b4232e4d42353d376f1d Mon Sep 17 00:00:00 2001
From: Anton Evangelatov <anton.evangelatov@gmail.com>
Date: Wed, 29 Aug 2018 12:52:21 +0200
Subject: [PATCH] cmd/swarm: disable ACT tests on windows (#17536)

---
 cmd/swarm/access_test.go | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cmd/swarm/access_test.go b/cmd/swarm/access_test.go
index 163eb2b4d..7a8bcf9d3 100644
--- a/cmd/swarm/access_test.go
+++ b/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 (
-- 
GitLab