Преглед изворни кода

cmd/swarm: disable export and upload tests on Windows

Anton Evangelatov пре 7 година
родитељ
комит
634e963f02
2 измењених фајлова са 4 додато и 0 уклоњено
  1. 2 0
      cmd/swarm/export_test.go
  2. 2 0
      cmd/swarm/upload_test.go

+ 2 - 0
cmd/swarm/export_test.go

@@ -14,6 +14,8 @@
 // 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 (

+ 2 - 0
cmd/swarm/upload_test.go

@@ -14,6 +14,8 @@
 // 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 (