Skip to content

Commit

Permalink
chg: Skip PyMISP version check
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Nov 18, 2024
1 parent 8b40a58 commit e53e1a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testlive_comprehensive.py
Original file line number Diff line number Diff line change
Expand Up @@ -2202,6 +2202,7 @@ def test_describe_types(self) -> None:
for typ in mapping:
self.assertIn(typ, remote_types)

@unittest.skip("Tested elsewhere.")
def test_versions(self) -> None:
self.assertEqual(self.user_misp_connector.version, self.user_misp_connector.pymisp_version_master)
self.assertEqual(self.user_misp_connector.misp_instance_version['version'],
Expand Down

0 comments on commit e53e1a0

Please sign in to comment.