diff options
Diffstat (limited to 'lib/common_test/src/ct_framework.erl')
-rw-r--r-- | lib/common_test/src/ct_framework.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_framework.erl b/lib/common_test/src/ct_framework.erl index 1d81b19fe1..0f1bec7f9b 100644 --- a/lib/common_test/src/ct_framework.erl +++ b/lib/common_test/src/ct_framework.erl @@ -641,7 +641,6 @@ end_tc(Mod,Func,TCPid,Result,Args,Return) -> data={Mod,FuncSpec,tag(Result)}}), FinalResult = Fun(end_tc, Return) end, - case FinalResult of {skip,{sequence_failed,_,_}} -> |