← Back to team overview

curtin-dev team mailing list archive

[Merge] ~hyask/curtin:skia/disable_flaky_test into curtin:master

 

Skia has proposed merging ~hyask/curtin:skia/disable_flaky_test into curtin:master.

Requested reviews:
  curtin developers (curtin-dev)

For more details, see:
https://code.launchpad.net/~hyask/curtin/+git/curtin/+merge/460918
-- 
Your team curtin developers is requested to review the proposed merge of ~hyask/curtin:skia/disable_flaky_test into curtin:master.
diff --git a/tests/vmtests/test_mdadm_bcache.py b/tests/vmtests/test_mdadm_bcache.py
index 83be785..8de7702 100644
--- a/tests/vmtests/test_mdadm_bcache.py
+++ b/tests/vmtests/test_mdadm_bcache.py
@@ -627,9 +627,9 @@ class FocalTestAllindata(relbase.focal, TestAllindataAbs):
     __test__ = True
 
 
-class JammyTestAllindata(relbase.jammy, TestAllindataAbs):
-    expected_failure = True  # XXX Broken for now
-    __test__ = True
+# XXX @skip doesn't work here, as the setup is triggered anyway, and is flaky
+# class JammyTestAllindata(relbase.jammy, TestAllindataAbs):
+#     __test__ = True
 
 
 # vi: ts=4 expandtab syntax=python

Follow ups