We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee0a942 commit b210cd8Copy full SHA for b210cd8
1 file changed
scanner_test.go
@@ -8,6 +8,9 @@ import (
8
)
9
10
func TestScanner(t *testing.T) {
11
+ if testing.Short() {
12
+ t.Skip("skipping test in short mode.")
13
+ }
14
tests := []struct {
15
name string
16
filename string
0 commit comments