浏览代码

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

Anton Evangelatov 7 年之前
父节点
当前提交
9574968116
共有 1 个文件被更改,包括 3 次插入0 次删除
  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 (