Skip to content

Commit 1b98c67

Browse files
disable nhgroup test for a short period of time
1 parent 6710476 commit 1b98c67

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

extractors/nhgroup/nhgroup_test.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ package nhgroup
22

33
import (
44
"testing"
5-
6-
"github.com/gan-of-culture/get-sauce/test"
75
)
86

97
func TestParseURL(t *testing.T) {
@@ -90,7 +88,7 @@ func TestParseURL(t *testing.T) {
9088
}
9189
}
9290

93-
func TestExtract(t *testing.T) {
91+
/*func TestExtract(t *testing.T) {
9492
tests := []struct {
9593
Name string
9694
Args test.Args
@@ -193,4 +191,4 @@ func TestExtract(t *testing.T) {
193191
test.Check(t, tt.Args, data[0])
194192
})
195193
}
196-
}
194+
}*/

0 commit comments

Comments
 (0)