diff --git a/tests/test_printer/test_schema_directives.py b/tests/test_printer/test_schema_directives.py index 3ef7804927..72b36f4e72 100644 --- a/tests/test_printer/test_schema_directives.py +++ b/tests/test_printer/test_schema_directives.py @@ -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: