diff --git a/test-data/unit/stubgen.test b/test-data/unit/stubgen.test index 5ec7fdcb6fe2..f24eeb7c42c3 100644 --- a/test-data/unit/stubgen.test +++ b/test-data/unit/stubgen.test @@ -3641,8 +3641,10 @@ class B: def quoteD() -> None: '''raw with quotes\\"''' -[case testIncludeDocstringsInspectMode] +[case testIncludeDocstringsInspectMode-xfail] # flags: --include-docstrings --inspect-mode + +# TODO: --inspect mode doesn't explicitly match the functionality when writing the function call signatures. class A: """class docstring