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 @@ -551,7 +551,6 @@ final public function runBare(): void
551
551
Event \Code \ComparisonFailureBuilder::from ($ e ),
552
552
);
553
553
} catch (TimeoutException $ e ) {
554
- $ this ->status = TestStatus::risky ($ e ->getMessage ());
555
554
} catch (Throwable $ _e ) {
556
555
if ($ this ->isRegisteredFailure ($ _e )) {
557
556
$ this ->status = TestStatus::failure ($ _e ->getMessage ());
@@ -1884,8 +1883,6 @@ private function stopOutputBuffering(): bool
1884
1883
$ message ,
1885
1884
);
1886
1885
1887
- $ this ->status = TestStatus::risky ($ message );
1888
-
1889
1886
return false ;
1890
1887
}
1891
1888
@@ -1933,8 +1930,6 @@ private function restoreGlobalErrorExceptionHandlers(): void
1933
1930
$ this ->valueObjectForEvents (),
1934
1931
$ message ,
1935
1932
);
1936
-
1937
- $ this ->status = TestStatus::risky ($ message );
1938
1933
}
1939
1934
1940
1935
$ message = null ;
@@ -1965,8 +1960,6 @@ private function restoreGlobalErrorExceptionHandlers(): void
1965
1960
$ this ->valueObjectForEvents (),
1966
1961
$ message ,
1967
1962
);
1968
-
1969
- $ this ->status = TestStatus::risky ($ message );
1970
1963
}
1971
1964
}
1972
1965
@@ -2011,8 +2004,6 @@ private function getActiveErrorHandlers(): array
2011
2004
$ this ->valueObjectForEvents (),
2012
2005
$ message ,
2013
2006
);
2014
-
2015
- $ this ->status = TestStatus::risky ($ message );
2016
2007
}
2017
2008
2018
2009
return $ activeErrorHandlers ;
You can’t perform that action at this time.
0 commit comments