Skip to content

Commit

Permalink
skip test that fails because of different formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bellini666 committed Feb 9, 2025
1 parent 33e08af commit 9fef834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_printer/test_schema_directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ def hello(
assert print_schema(schema) == textwrap.dedent(expected_output).strip()


@skip_if_gql_32("formatting is different in gql 3.2")
def test_print_directive_with_unset_value():
@strawberry.input
class FooInput:
Expand Down

0 comments on commit 9fef834

Please sign in to comment.