Merge ~paride/curtin:lp1861941-bump-fixby into curtin:master

Proposed by Paride Legovini
Status: Merged
Approved by: Dan Watkins
Approved revision: 5e4668c29c82825386c6e93efb8ee5262eb01351
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~paride/curtin:lp1861941-bump-fixby
Merge into: curtin:master
Diff against target: 38 lines (+3/-3)
3 files modified
tests/vmtests/test_mdadm_bcache.py (+1/-1)
tests/vmtests/test_nvme.py (+1/-1)
tests/vmtests/test_raid5_bcache.py (+1/-1)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
Dan Watkins (community) Approve
Review via email: mp+387217@code.launchpad.net

Commit message

Snooze the tests failing because of LP: #1861941 for two more months

To post a comment you must log in.
Revision history for this message
Dan Watkins (oddbloke) wrote :

Thanks!

review: Approve
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/tests/vmtests/test_mdadm_bcache.py b/tests/vmtests/test_mdadm_bcache.py
2index 53eaa5e..9d04bd4 100644
3--- a/tests/vmtests/test_mdadm_bcache.py
4+++ b/tests/vmtests/test_mdadm_bcache.py
5@@ -161,7 +161,7 @@ class EoanTestMdadmBcache(relbase.eoan, TestMdadmBcacheAbs):
6 class FocalTestMdadmBcache(relbase.focal, TestMdadmBcacheAbs):
7 __test__ = True
8
9- @TestMdadmBcacheAbs.skip_by_date("1861941", fixby="2020-07-15")
10+ @TestMdadmBcacheAbs.skip_by_date("1861941", fixby="2020-09-15")
11 def test_fstab(self):
12 return super().test_fstab()
13
14diff --git a/tests/vmtests/test_nvme.py b/tests/vmtests/test_nvme.py
15index c1576fa..4f55ec7 100644
16--- a/tests/vmtests/test_nvme.py
17+++ b/tests/vmtests/test_nvme.py
18@@ -143,7 +143,7 @@ class EoanTestNvmeBcache(relbase.eoan, TestNvmeBcacheAbs):
19 __test__ = True
20
21
22-@TestNvmeBcacheAbs.skip_by_date("1861941", fixby="2020-07-15")
23+@TestNvmeBcacheAbs.skip_by_date("1861941", fixby="2020-09-15")
24 class FocalTestNvmeBcache(relbase.focal, TestNvmeBcacheAbs):
25 __test__ = True
26
27diff --git a/tests/vmtests/test_raid5_bcache.py b/tests/vmtests/test_raid5_bcache.py
28index 0f0b87b..c4786b5 100644
29--- a/tests/vmtests/test_raid5_bcache.py
30+++ b/tests/vmtests/test_raid5_bcache.py
31@@ -95,7 +95,7 @@ class EoanTestRaid5Bcache(relbase.eoan, TestMdadmBcacheAbs):
32 class FocalTestRaid5Bcache(relbase.focal, TestMdadmBcacheAbs):
33 __test__ = True
34
35- @TestMdadmBcacheAbs.skip_by_date("1861941", fixby="2020-07-15")
36+ @TestMdadmBcacheAbs.skip_by_date("1861941", fixby="2020-09-15")
37 def test_fstab(self):
38 return super().test_fstab()
39

Subscribers

People subscribed via source and target branches