Remove MySQL year(2) test
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 10_02mysql_common.t
index 76e2a75..2f21a42 100644 (file)
@@ -115,7 +115,6 @@ my $tester = dbixcsl_common_tests->new(
         'time'        => { data_type => 'time' },
         'year'        => { data_type => 'year' },
         'year(4)'     => { data_type => 'year' },
-        'year(2)'     => { data_type => 'year', size => 2 },
 
         # String Types
         'char'         => { data_type => 'char',      size => 1  },