Selaa lähdekoodia

Abandon flaky waiter test that was causing cpantester failures

Daniel Gempesaw 10 vuotta sitten
vanhempi
sitoutus
3fd49e8a37
1 muutettua tiedostoa jossa 0 lisäystä ja 6 poistoa
  1. 0 6
      t/Waiter.t

+ 0 - 6
t/Waiter.t

@@ -33,12 +33,6 @@ EXCEPTIONS: {
     my %opts = ( timeout => 2 );
     warning_is { wait_until { die 'caught!' } %opts } 'caught!',
       'exceptions usually only warn once';
-
-    # This test is flaky when accelerated, so let's slow it down.
-    Time::Mock->throttle(1);
-    my %debug = ( debug => 1, %opts );
-    warnings_are { wait_until { die 'caught!' } %debug } ['caught!', 'caught!'],
-      'exceptions warn repreatedly when in debug mode';
 }
 
 sub waits_ok  {