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 e62afdc commit 46cf1ecCopy full SHA for 46cf1ec
tests/test_profile_reco.py
@@ -65,6 +65,7 @@ def test_list_all_conformsto(self):
65
list_ct = ProfileFactory.list_all_conformsto()
66
self.assertEqual(len(list_ct), 32)
67
68
+ @unittest.skip("Unstable test, needs to be fixed")
69
def test_profile_factory_from_specifications(self):
70
# profiles = ProfileFactory.create_all_profiles_from_specifications()
71
profiles = load_profiles()
0 commit comments