Skip to content

Commit

Permalink
Re-enable another test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjkraft committed Aug 23, 2021
1 parent 51efbc0 commit b5469dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions generate/generate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ func TestGenerate(t *testing.T) {
t.Run("Build", func(t *testing.T) {
if testing.Short() {
t.Skip("skipping build due to -short")
} else if sourceFilename == "InterfaceNesting.graphql" || // #8
sourceFilename == "Omitempty.graphql" { // #43
} else if sourceFilename == "Omitempty.graphql" { // #43
t.Skip("TODO: enable these once they build")
}

Expand Down

0 comments on commit b5469dc

Please sign in to comment.