Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
632135ce
Commit
632135ce
authored
Jan 18, 2019
by
Elad
Committed by
Anton Evangelatov
Jan 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/swarm/swarm-snapshot: disable tests on windows (#18478)
parent
257bfff3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
create_test.go
cmd/swarm/swarm-snapshot/create_test.go
+5
-0
No files found.
cmd/swarm/swarm-snapshot/create_test.go
View file @
632135ce
...
@@ -21,6 +21,7 @@ import (
...
@@ -21,6 +21,7 @@ import (
"fmt"
"fmt"
"io/ioutil"
"io/ioutil"
"os"
"os"
"runtime"
"sort"
"sort"
"strconv"
"strconv"
"strings"
"strings"
...
@@ -33,6 +34,10 @@ import (
...
@@ -33,6 +34,10 @@ import (
// It runs a few "create" commands with different flag values and loads generated
// It runs a few "create" commands with different flag values and loads generated
// snapshot files to validate their content.
// snapshot files to validate their content.
func
TestSnapshotCreate
(
t
*
testing
.
T
)
{
func
TestSnapshotCreate
(
t
*
testing
.
T
)
{
if
runtime
.
GOOS
==
"windows"
{
t
.
Skip
()
}
for
_
,
v
:=
range
[]
struct
{
for
_
,
v
:=
range
[]
struct
{
name
string
name
string
nodes
int
nodes
int
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment