Skip to content

Commit fa1b30b

Browse files
committed
trying flaky test
1 parent 9a7ea09 commit fa1b30b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/experiments/test_ray.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
import bgym
22
import pytest
33
import ray
4-
from agentlab.experiments.graph_execution_ray import execute_task_graph
4+
from flaky import flaky
5+
56
from agentlab.experiments.exp_utils import MockedExpArgs, add_dependencies
7+
from agentlab.experiments.graph_execution_ray import execute_task_graph
68

79
TASK_TIME = 3
810

911

12+
@flaky(max_runs=3, min_passes=1)
1013
def test_execute_task_graph():
1114
# Define a list of ExpArgs with dependencies
1215
exp_args_list = [

0 commit comments

Comments
 (0)