diff options
author | Anton Evangelatov <anton.evangelatov@gmail.com> | 2018-08-29 18:52:21 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-08-29 18:52:21 +0800 |
commit | 957496811627d6ef33b9b4232e4d42353d376f1d (patch) | |
tree | b825b96b317ec68a4a8c279d52e2b826be704e20 /cmd/swarm | |
parent | e29c2e43640445e743bb69ab48d6c862d3e964d9 (diff) | |
download | go-tangerine-957496811627d6ef33b9b4232e4d42353d376f1d.tar.gz go-tangerine-957496811627d6ef33b9b4232e4d42353d376f1d.tar.zst go-tangerine-957496811627d6ef33b9b4232e4d42353d376f1d.zip |
cmd/swarm: disable ACT tests on windows (#17536)
Diffstat (limited to 'cmd/swarm')
-rw-r--r-- | cmd/swarm/access_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
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 ( |