diff --git a/bob/ip/binseg/test/test_cli.py b/bob/ip/binseg/test/test_cli.py
index 8acd7f8703ca6d5c8e384b9ac6f2aa204a5834be..79eddbdb82276341df2062382799b141bb2f8424 100644
--- a/bob/ip/binseg/test/test_cli.py
+++ b/bob/ip/binseg/test/test_cli.py
@@ -163,7 +163,6 @@ def _check_experiment_stare(overlay):
         keywords = {
             r"^Started training$": 1,
             r"^Found \(dedicated\) '__train__' set for training$": 1,
-            r"^epoch: \d+\|total-time": 1,
             r"^Saving checkpoint": 1,
             r"^Ended training$": 1,
             r"^Started prediction$": 1,
@@ -242,7 +241,6 @@ def _check_train(runner):
 
         keywords = {
             r"^Continuing from epoch 0$": 1,
-            r"^epoch: \d+\|total-time": 1,
             rf"^Saving checkpoint to {output_folder}/model_final.pth$": 1,
             r"^Total training time:": 1,
         }