Sfoglia il codice sorgente

cmd/swarm: disable export and upload tests on Windows

Anton Evangelatov 7 anni fa
parent
commit
634e963f02
2 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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 (