File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -522,7 +522,6 @@ final public function runBare(): void
522
522
Event \Code \ComparisonFailureBuilder::from ($ e ),
523
523
);
524
524
} catch (TimeoutException $ e ) {
525
- $ this ->status = TestStatus::risky ($ e ->getMessage ());
526
525
} catch (Throwable $ _e ) {
527
526
if ($ this ->isRegisteredFailure ($ _e )) {
528
527
$ this ->status = TestStatus::failure ($ _e ->getMessage ());
@@ -1465,8 +1464,6 @@ private function stopOutputBuffering(): bool
1465
1464
$ message ,
1466
1465
);
1467
1466
1468
- $ this ->status = TestStatus::risky ($ message );
1469
-
1470
1467
return false ;
1471
1468
}
1472
1469
@@ -1514,8 +1511,6 @@ private function restoreGlobalErrorExceptionHandlers(): void
1514
1511
$ this ->valueObjectForEvents (),
1515
1512
$ message ,
1516
1513
);
1517
-
1518
- $ this ->status = TestStatus::risky ($ message );
1519
1514
}
1520
1515
1521
1516
$ message = null ;
@@ -1546,8 +1541,6 @@ private function restoreGlobalErrorExceptionHandlers(): void
1546
1541
$ this ->valueObjectForEvents (),
1547
1542
$ message ,
1548
1543
);
1549
-
1550
- $ this ->status = TestStatus::risky ($ message );
1551
1544
}
1552
1545
}
1553
1546
@@ -1592,8 +1585,6 @@ private function getActiveErrorHandlers(): array
1592
1585
$ this ->valueObjectForEvents (),
1593
1586
$ message ,
1594
1587
);
1595
-
1596
- $ this ->status = TestStatus::risky ($ message );
1597
1588
}
1598
1589
1599
1590
return $ activeErrorHandlers ;
You can’t perform that action at this time.
0 commit comments