Skip to content

Commit eedd7ec

Browse files
committed
tests: mark test_eclass_changes as flaky
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 5906c44 commit eedd7ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/addons/test_eclass.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def test_outdated_cache(self):
106106
self.addon.update_cache()
107107
save_cache.assert_called_once()
108108

109+
@pytest.mark.xfail(reason='Flaky')
109110
def test_eclass_changes(self):
110111
"""The cache stores eclass mtimes and regenerates entries if they differ."""
111112
eclass_path = pjoin(self.eclass_dir, 'foo.eclass')

0 commit comments

Comments
 (0)