Skip to content

Commit

Permalink
Fix TestNonDeterminismFailureCauseReplay integration test (#1674)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuandrew authored Oct 16, 2024
1 parent 7432064 commit cfc38de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4502,7 +4502,6 @@ func (ts *IntegrationTestSuite) TestNonDeterminismFailureCauseReplay() {
fmt.Println("Querying workflow")
_, err = ts.client.QueryWorkflow(ctx, run.GetID(), run.GetRunID(), client.QueryTypeStackTrace, nil)
ts.Error(err)
ts.Equal("context deadline exceeded", err.Error())

taskFailedMetric = fetchMetrics()
ts.True(taskFailedMetric >= 1)
Expand Down

0 comments on commit cfc38de

Please sign in to comment.