We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5906c44 commit eedd7ecCopy full SHA for eedd7ec
1 file changed
tests/addons/test_eclass.py
@@ -106,6 +106,7 @@ def test_outdated_cache(self):
106
self.addon.update_cache()
107
save_cache.assert_called_once()
108
109
+ @pytest.mark.xfail(reason='Flaky')
110
def test_eclass_changes(self):
111
"""The cache stores eclass mtimes and regenerates entries if they differ."""
112
eclass_path = pjoin(self.eclass_dir, 'foo.eclass')
0 commit comments