Skip to content
Snippets Groups Projects
Commit c728a581 authored by Andy Yates's avatar Andy Yates
Browse files

making the gtf serialiser test run only if you are the test author

parent b5052588
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,11 @@ use Bio::EnsEMBL::Utils::IO qw/gz_work_with_file/; # iterate_lines
use Bio::EnsEMBL::Utils::Exception;
use Bio::EnsEMBL::Utils::IO::GTFSerializer;
if ( not $ENV{TEST_AUTHOR} ) {
my $msg = 'Author test. Set $ENV{TEST_AUTHOR} to a true value to run.';
plan( skip_all => $msg );
}
# my $current_release = software_version();
# my $last_release = $current_release - 1;
my $release = 71;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment