
On 05/21/2018 12:46 PM, Daniel P. Berrangé wrote:
The referenced QEMU bug is long since fixed
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Heh. Yeah, I saw that one when I was looking at the nwfilter tests a few months ago, and meant to go back and re-enable it, but didn't manage to stay focused long enough... :-/ Reviewed-by: Laine Stump <laine@laine.org>
--- scripts/domain/102-broken-save-restore.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/scripts/domain/102-broken-save-restore.t b/scripts/domain/102-broken-save-restore.t index 4a05705..fea93f3 100644 --- a/scripts/domain/102-broken-save-restore.t +++ b/scripts/domain/102-broken-save-restore.t @@ -28,8 +28,7 @@ transient domains to/from a file. use strict; use warnings;
-use Test::More skip_all => "Until RHBZ 518032 is fixed"; -#use Test::More tests => 5; +use Test::More tests => 5;
use Sys::Virt::TCK; use Test::Exception;