Unverified Commit 2c8d5dec authored by Viktor Trón's avatar Viktor Trón Committed by GitHub

Merge pull request #17800 from ethersphere/disable_cmd_swarm_tests_on_win

cmd/swarm: disable export and upload tests on Windows
parents b7bbe66b 634e963f
......@@ -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 (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment