From 9fef834ec753cfcd9455bafa90251646e8b6ffd8 Mon Sep 17 00:00:00 2001 From: Thiago Bellini Ribeiro Date: Sun, 9 Feb 2025 12:43:11 +0100 Subject: [PATCH] skip test that fails because of different formatting --- tests/test_printer/test_schema_directives.py | 1 + 1 file changed, 1 insertion(+) 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: