Skip to content

Commit

Permalink
fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
peterargue committed Jan 29, 2024
1 parent dde3ddf commit 289cd3c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions engine/access/rpc/backend/backend_scripts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,11 @@ func (s *BackendScriptsSuite) TestExecuteScriptWithFailover_SkippedForCorrectCod
err error
statusCode codes.Code
}{
{
err: cadenceErr,
statusCode: codes.InvalidArgument,
},
// Skipping failover for InvalidArgument temporarily disabled
// {
// err: cadenceErr,
// statusCode: codes.InvalidArgument,
// },
{
err: ctxCancelErr,
statusCode: codes.Canceled,
Expand Down

0 comments on commit 289cd3c

Please sign in to comment.