remove meaningless mysql test that breaks on Win32
[dbsrgits/DBIx-Class.git] / t / 71mysql.t
index d732e1f..c624913 100644 (file)
@@ -401,8 +401,6 @@ ZEROINSEARCH: {
     Test::More->builder->plan('no_plan');
     Test::More->builder->_indent(' ' x 4);
 
-    ok ($orig_dbh, 'Now dead $dbh is still there for the child');
-
     # try to do something dbic-esque
     $rs->create({ name => "Hardcore Forker $$" });