cmd/swarm: disable ACT tests on windows

This commit is contained in:
Anton Evangelatov 2018-08-28 11:37:17 +02:00
parent 1acefafe22
commit f5ada3a554

View file

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