Merge ~dbungert/curtin:no-skip-swaps-test into curtin:master

Proposed by Dan Bungert
Status: Merged
Approved by: Dan Bungert
Approved revision: 12f3f54835dc7d1a8cc9aed94f34bfb95f0735ed
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~dbungert/curtin:no-skip-swaps-test
Merge into: curtin:master
Diff against target: 22 lines (+0/-11)
1 file modified
tests/vmtests/__init__.py (+0/-11)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
Olivier Gayot Approve
Review via email: mp+420564@code.launchpad.net

Commit message

vmtests: remove out of date skip

To post a comment you must log in.
Revision history for this message
Olivier Gayot (ogayot) :
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/__init__.py b/tests/vmtests/__init__.py
2index c5820f0..c52c442 100644
3--- a/tests/vmtests/__init__.py
4+++ b/tests/vmtests/__init__.py
5@@ -2035,17 +2035,6 @@ class VMBaseClass(TestCase):
6
7 return swaps
8
9- # we don't yet have a skip_by_date on specific releases
10- if is_devel_release(self.target_release):
11- name = "test_swaps_used"
12- bug = "1894910"
13- fixby = "2020-10-15"
14- removeby = "2020-11-01"
15- raise SkipTest(
16- "skip_by_date({name}) LP: #{bug} "
17- "fixby={fixby} removeby={removeby}: ".format(
18- name=name, bug=bug, fixby=fixby, removeby=removeby))
19-
20 expected_swaps = find_fstab_swaps()
21 proc_swaps = self.load_collect_file("proc-swaps")
22 for swap in expected_swaps:

Subscribers

People subscribed via source and target branches