From 44dcdec0ec89c6d3c5c6162a4c6a9a7c840ab84c Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sat, 17 Jan 2015 12:42:47 +0100 Subject: [PATCH] No need to skip jessie/extlinux tests any longer --- tests/integration/virtualbox_tests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/virtualbox_tests.py b/tests/integration/virtualbox_tests.py index 36c8b67..7411975 100644 --- a/tests/integration/virtualbox_tests.py +++ b/tests/integration/virtualbox_tests.py @@ -57,7 +57,6 @@ def test_partitioned_grub(): def test_unpartitioned_extlinux_unstable(): - raise Skip('Jessie not yet working with extlinux') std_partials = ['base', 'unstable64', 'extlinux', 'unpartitioned', 'root_password'] custom_partials = [partials['vbox'], partials['vmdk']] manifest_data = merge_manifest_data(std_partials, custom_partials) @@ -66,7 +65,6 @@ def test_unpartitioned_extlinux_unstable(): def test_partitioned_extlinux_unstable(): - raise Skip('Jessie not yet working with extlinux') std_partials = ['base', 'unstable64', 'extlinux', 'msdos', 'single_partition', 'root_password'] custom_partials = [partials['vbox'], partials['vmdk']] manifest_data = merge_manifest_data(std_partials, custom_partials)