Skip to content

Commit 832025a

Browse files
author
David Kutugata
authored
disable test_discover_complex_default and (microsoft#14024)
test_discover_complex_doctest
1 parent 6cb43d5 commit 832025a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pythonFiles/tests/testing_tools/adapter/test_functional.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def test_discover_simple(self):
141141
],
142142
)
143143

144+
@pytest.mark.skip(reason="https://github.com/microsoft/vscode-python/issues/14023")
144145
def test_discover_complex_default(self):
145146
projroot, testroot = resolve_testroot("complex")
146147
expected = self.complex(projroot)
@@ -161,6 +162,7 @@ def test_discover_complex_default(self):
161162
self.maxDiff = None
162163
self.assertEqual(result, expected)
163164

165+
@pytest.mark.skip(reason="https://github.com/microsoft/vscode-python/issues/14023")
164166
def test_discover_complex_doctest(self):
165167
projroot, _ = resolve_testroot("complex")
166168
expected = self.complex(projroot)

0 commit comments

Comments
 (0)