~raharper/curtin/trunk.fix-bcache-sysfs-write-failures-on-remove

« back to all changes in this revision

Viewing changes to tests/vmtests/test_network_vlan.py

vmtests: bump skip_by_date values out to give cloud-init SRU more time

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
    @classmethod
107
107
    def setUpClass(cls):
108
108
        cls.skip_by_date(cls.__name__, cls.release, "ci-003c6678e",
109
 
                         fixby=(2017, 8, 20), removeby=(2017, 9, 15))
 
109
                         fixby=(2017, 9, 18), removeby=(2017, 9, 27))
110
110
        super().setUpClass()
111
111
 
112
112