We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb43d5 commit 832025aCopy full SHA for 832025a
pythonFiles/tests/testing_tools/adapter/test_functional.py
@@ -141,6 +141,7 @@ def test_discover_simple(self):
141
],
142
)
143
144
+ @pytest.mark.skip(reason="https://github.com/microsoft/vscode-python/issues/14023")
145
def test_discover_complex_default(self):
146
projroot, testroot = resolve_testroot("complex")
147
expected = self.complex(projroot)
@@ -161,6 +162,7 @@ def test_discover_complex_default(self):
161
162
self.maxDiff = None
163
self.assertEqual(result, expected)
164
165
166
def test_discover_complex_doctest(self):
167
projroot, _ = resolve_testroot("complex")
168
0 commit comments