← Back to team overview

curtin-dev team mailing list archive

[Merge] ~oddbloke/curtin/+git/curtin:vmtests into curtin:master

 

Dan Watkins has proposed merging ~oddbloke/curtin/+git/curtin:vmtests into curtin:master.

Commit message:
test_raid5_bcache: remove skip_by_date for now-fixed issue

Requested reviews:
  curtin developers (curtin-dev)

For more details, see:
https://code.launchpad.net/~oddbloke/curtin/+git/curtin/+merge/392539
-- 
Your team curtin developers is requested to review the proposed merge of ~oddbloke/curtin/+git/curtin:vmtests into curtin:master.
diff --git a/tests/vmtests/test_raid5_bcache.py b/tests/vmtests/test_raid5_bcache.py
index 3fdb217..12c1878 100644
--- a/tests/vmtests/test_raid5_bcache.py
+++ b/tests/vmtests/test_raid5_bcache.py
@@ -91,10 +91,6 @@ class BionicTestRaid5Bcache(relbase.bionic, TestMdadmBcacheAbs):
 class FocalTestRaid5Bcache(relbase.focal, TestMdadmBcacheAbs):
     __test__ = True
 
-    @TestMdadmBcacheAbs.skip_by_date("1861941", fixby="2020-09-15")
-    def test_fstab(self):
-        return super().test_fstab()
-
 
 class GroovyTestRaid5Bcache(relbase.groovy, TestMdadmBcacheAbs):
     __test__ = True

Follow ups