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

This commit is contained in:
Anton Evangelatov 2018-08-29 12:52:21 +02:00 committed by Péter Szilágyi
parent e29c2e4364
commit 9574968116
1 changed files with 3 additions and 0 deletions

View File

@ -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 (