Merge pull request #17800 from ethersphere/disable_cmd_swarm_tests_on_win

cmd/swarm: disable export and upload tests on Windows
pull/16862/merge
Viktor Trón 6 years ago committed by GitHub
commit 2c8d5dec50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cmd/swarm/export_test.go
  2. 2
      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 (

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

Loading…
Cancel
Save