Skip to content

Commit bcc67ae

Browse files
committed
Re-enable test
1 parent 8a4bd7f commit bcc67ae

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

core/src/core_tests/workflow_tasks.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2685,10 +2685,6 @@ async fn history_length_with_fail_and_timeout(
26852685
#[values(true, false)] use_cache: bool,
26862686
#[values(1, 2, 3)] history_responses_case: u8,
26872687
) {
2688-
if !use_cache && history_responses_case == 3 {
2689-
/* disabled for now because this keeps flaking*/
2690-
return;
2691-
}
26922688
let wfid = "fake_wf_id";
26932689
let mut t = TestHistoryBuilder::default();
26942690
t.add_by_type(EventType::WorkflowExecutionStarted);

0 commit comments

Comments
 (0)