Merge ~smoser/curtin:fix/kick-1671951-netplan-mtu into curtin:master

Proposed by Scott Moser
Status: Merged
Approved by: Scott Moser
Approved revision: 2b9f84eb741d283cb6d9450c816b222e29856dff
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~smoser/curtin:fix/kick-1671951-netplan-mtu
Merge into: curtin:master
Diff against target: 18 lines (+2/-2)
1 file modified
tests/vmtests/test_network_mtu.py (+2/-2)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
Ryan Harper (community) Approve
Review via email: mp+355837@code.launchpad.net

Commit message

vmtest: kick skip-by-date for 1671951.

The bug is marked as fix-released (cosmic), and not fixed in bionic.
Our tests still fail in cosmic though, so kick this along while we figure
that out.

Description of the change

see commit message

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Ryan Harper (raharper) :
review: Approve
2b9f84e... by Scott Moser

bump out another month, after people return from Christmas holiday

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_network_mtu.py b/tests/vmtests/test_network_mtu.py
2index 971f15d..e12b535 100644
3--- a/tests/vmtests/test_network_mtu.py
4+++ b/tests/vmtests/test_network_mtu.py
5@@ -190,12 +190,12 @@ class TestNetworkMtu(relbase.xenial, TestNetworkMtuAbs):
6 __test__ = True
7
8
9-@TestNetworkMtuAbs.skip_by_date("1671951", fixby="2018-09-26")
10+@TestNetworkMtuAbs.skip_by_date("1671951", fixby="2019-01-02")
11 class BionicTestNetworkMtu(relbase.bionic, TestNetworkMtuAbs):
12 __test__ = True
13
14
15-@TestNetworkMtuAbs.skip_by_date("1671951", fixby="2018-09-26")
16+@TestNetworkMtuAbs.skip_by_date("1671951", fixby="2018-01-02")
17 class CosmicTestNetworkMtu(relbase.cosmic, TestNetworkMtuAbs):
18 __test__ = True
19

Subscribers

People subscribed via source and target branches