File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const testID = "id"
36
36
// Enable long running tests by using cmd line arg,
37
37
// Usage: go test ... -args [-enable-long|-enable-go-swagger]
38
38
//
39
- // -enable-long: enable spec_test.go:TestIssue18 and messages_test.go:Test_Quality*
39
+ // -enable-long: enable messages_test.go:Test_Quality*
40
40
// -enable-go-swagger: enable non-regression tests against go-swagger fixtures (validation status) in swagger_test.go:Test_GoSwagger (running about 110 specs...)
41
41
//
42
42
// If none enabled, these tests are skipped
Original file line number Diff line number Diff line change @@ -42,10 +42,12 @@ func skipNotifyGoSwagger(t *testing.T) {
42
42
//
43
43
// TODO: move this list to a YAML fixture config file
44
44
func Test_GoSwaggerTestCases (t * testing.T ) {
45
- if ! enableGoSwaggerTests {
46
- skipNotifyGoSwagger (t )
47
- t .SkipNow ()
48
- }
45
+ /*
46
+ if !enableGoSwaggerTests {
47
+ skipNotifyGoSwagger(t)
48
+ t.SkipNow()
49
+ }
50
+ */
49
51
// A list of test cases which fail on "swagger validate" at spec load time
50
52
expectedLoadFailures := map [string ]bool {
51
53
"fixtures/go-swagger/bugs/342/fixture-342.yaml" : false ,
You can’t perform that action at this time.
0 commit comments