diff options
author | Ryan Harper <[email protected]> | 2019-05-17 07:50:53 +0000 |
---|---|---|
committer | Server Team CI Bot <[email protected]> | 2019-05-17 07:50:53 +0000 |
commit | cdddfe593a9608c3bff68be0806f68838d36c0da (patch) | |
tree | 9d436e3c7ef04e3ef72ef2f191794315062f2fda | |
parent | 6e82b6f7b62b1e5a50de6646220ab3960bdcace8 (diff) |
vmtest: remove skip_by_date on Disco Allindata test
This test now passes so remove the skip_by_date decorator.
-rw-r--r-- | tests/vmtests/test_mdadm_bcache.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/vmtests/test_mdadm_bcache.py b/tests/vmtests/test_mdadm_bcache.py index 3389fe0a..6f8bea79 100644 --- a/tests/vmtests/test_mdadm_bcache.py +++ b/tests/vmtests/test_mdadm_bcache.py @@ -550,7 +550,6 @@ class CosmicTestAllindata(relbase.cosmic, TestAllindataAbs): __test__ = True [email protected]_by_date("1818876", fixby="2019-04-22", install=False) class DiscoTestAllindata(relbase.disco, TestAllindataAbs): __test__ = True |