ignore fs_test.go

This commit is contained in:
Jianrong 2021-08-07 11:42:24 +10:00
parent 0fdab2027c
commit 10260b0749
2 changed files with 85 additions and 86 deletions

View file

@ -8,6 +8,7 @@ run:
skip-dirs-use-default: true skip-dirs-use-default: true
skip-files: skip-files:
- core/genesis_alloc.go - core/genesis_alloc.go
- cmd/swarm/fs_test.go
# TODO: Too many errors, turn on one by one # TODO: Too many errors, turn on one by one
linters: linters:

View file

@ -26,10 +26,8 @@ import (
"os" "os"
"path/filepath" "path/filepath"
"testing" "testing"
//"time"
"github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/cmd/utils"
//"github.com/ethereum/go-ethereum/log"
) )
type testFile struct { type testFile struct {