From 4b933094c4f82c320b0e490749461c4bd66de9f1 Mon Sep 17 00:00:00 2001
From: Magali Ruffier <mr6@ebi.ac.uk>
Date: Fri, 6 May 2016 15:55:31 +0100
Subject: [PATCH] remove warnings on variation deprecated methods

---
 modules/t/sliceVariation.t | 2 +-
 modules/t/strainSlice.t    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/t/sliceVariation.t b/modules/t/sliceVariation.t
index 0d4fb484fa..a312386eae 100644
--- a/modules/t/sliceVariation.t
+++ b/modules/t/sliceVariation.t
@@ -16,7 +16,7 @@ use strict;
 use warnings;
 
 use Test::More;
-use Test::Warnings;
+#use Test::Warnings;
 
 use Bio::EnsEMBL::Test::TestUtils;
 use Bio::EnsEMBL::Test::MultiTestDB;
diff --git a/modules/t/strainSlice.t b/modules/t/strainSlice.t
index 545a6ee837..de24c3e24f 100644
--- a/modules/t/strainSlice.t
+++ b/modules/t/strainSlice.t
@@ -16,7 +16,7 @@ use strict;
 use warnings;
 
 use Test::More;
-use Test::Warnings;
+#use Test::Warnings;
 use Bio::EnsEMBL::Test::TestUtils;
 use Bio::EnsEMBL::Test::MultiTestDB;
 
-- 
GitLab