mark as flaky for now

This commit is contained in:
Adeeb Shihadeh
2024-01-26 14:37:22 -08:00
parent 1001becfa5
commit 6fbd844216
+2
View File
@@ -8,6 +8,7 @@ import time
from collections import defaultdict
from pathlib import Path
from typing import Dict, List
from flaky import flaky
import cereal.messaging as messaging
from cereal import log
@@ -137,6 +138,7 @@ class TestLoggerd:
params.put("AccessToken", "")
@flaky(max_runs=3)
def test_rotation(self):
os.environ["LOGGERD_TEST"] = "1"
Params().put("RecordFront", "1")