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 c5d8e74 commit f8d359c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions generate/generate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ 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" {
t.Skip("TODO: enable after fixing " +
"https://github.com/Khan/genqlient/issues/8")
} else if sourceFilename == "Omitempty.graphql" {
t.Skip("TODO: enable after fixing " +
"https://github.com/Khan/genqlient/issues/43")
Expand Down

0 comments on commit f8d359c

Please sign in to comment.