Commit 8c68543 1 parent 22d7f46 commit 8c68543 Copy full SHA for 8c68543
File tree 1 file changed +2
-0
lines changed
SpiNNaker-comms/src/test/java/uk/ac/manchester/spinnaker/transceiver
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 17
17
18
18
import static java .net .InetAddress .getByName ;
19
19
import static org .junit .jupiter .api .Assertions .*;
20
+ import static org .junit .jupiter .api .Assumptions .abort ;
20
21
import static org .junit .jupiter .api .Assumptions .assumeTrue ;
21
22
import static org .slf4j .LoggerFactory .getLogger ;
22
23
import static uk .ac .manchester .spinnaker .machine .MachineVersion .FIVE ;
@@ -69,6 +70,7 @@ void testReliableMachine() throws Exception {
69
70
} catch (ProcessException e ) {
70
71
if (e .getCause () instanceof SocketTimeoutException ) {
71
72
log .info ("ignoring timeout from " + e .getCause ());
73
+ abort ("ignoring timeout from " + e .getCause ());
72
74
} else {
73
75
throw e ;
74
76
}
You can’t perform that action at this time.
0 commit comments