diff --git a/test/graphql-docs/generator_test.rb b/test/graphql-docs/generator_test.rb index f42704a..1a4d482 100644 --- a/test/graphql-docs/generator_test.rb +++ b/test/graphql-docs/generator_test.rb @@ -137,6 +137,7 @@ def test_that_it_sets_classes end def test_that_named_query_root_generates_fields + # skip("graphql 2.2.0+ causes this to fail") options = deep_copy(GraphQLDocs::Configuration::GRAPHQLDOCS_DEFAULTS) options[:output_dir] = @output_dir @@ -196,6 +197,7 @@ def test_that_markdown_preserves_whitespace end def test_that_empty_html_lines_not_interpreted_by_markdown + # skip("graphql 2.2.0+ causes this to fail") options = deep_copy(GraphQLDocs::Configuration::GRAPHQLDOCS_DEFAULTS) options[:output_dir] = @output_dir @@ -208,6 +210,7 @@ def test_that_empty_html_lines_not_interpreted_by_markdown end def test_that_non_empty_html_lines_not_interpreted_by_markdown + # skip("graphql 2.2.0+ causes this to fail") options = deep_copy(GraphQLDocs::Configuration::GRAPHQLDOCS_DEFAULTS) options[:output_dir] = @output_dir