mark as flaky for now

old-commit-hash: 6fbd8442164fbc4dde8949d63c67a9a600a3f896
This commit is contained in:
Adeeb Shihadeh
2024-01-26 14:37:22 -08:00
parent 42f2592b28
commit 5441587c6b
+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")