mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-07 20:05:05 +00:00
cmd/swarm: disable ACT tests on windows (#17536)
This commit is contained in:
parent
e29c2e4364
commit
9574968116
1 changed files with 3 additions and 0 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in a new issue