Skip to content

Commit cfc38de

Browse files
authoredOct 16, 2024··
Fix TestNonDeterminismFailureCauseReplay integration test (#1674)
1 parent 7432064 commit cfc38de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎test/integration_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -4502,7 +4502,6 @@ func (ts *IntegrationTestSuite) TestNonDeterminismFailureCauseReplay() {
45024502
fmt.Println("Querying workflow")
45034503
_, err = ts.client.QueryWorkflow(ctx, run.GetID(), run.GetRunID(), client.QueryTypeStackTrace, nil)
45044504
ts.Error(err)
4505-
ts.Equal("context deadline exceeded", err.Error())
45064505

45074506
taskFailedMetric = fetchMetrics()
45084507
ts.True(taskFailedMetric >= 1)

0 commit comments

Comments
 (0)
Please sign in to comment.