Skip to content

Commit

Permalink
Update test_comserver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
moi15moi committed Jan 29, 2025
1 parent 00be866 commit a9066ae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions comtypes/test/test_comserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,6 @@ def create_object(self):
"TestComServerLib.TestComServer", clsctx=comtypes.CLSCTX_LOCAL_SERVER
)

@unittest.skip("This fails. Why?")
def test_get_typeinfo(self):
# Calling `GetTypeInfo` occurs;
# OSError: exception: access violation reading 0x0000000000000000
pass


@unittest.skipIf(IMPORT_PYWIN32_FAILED, "This depends on 'pywin32'.")
class TestInproc_win32com(BaseServerTest, unittest.TestCase):
Expand Down

0 comments on commit a9066ae

Please sign in to comment.