Skip to content

Commit

Permalink
Re-enable tests that were disabled long ago for reasons unknown and f…
Browse files Browse the repository at this point in the history
…ix broken test.
  • Loading branch information
ZackLK committed Jul 26, 2022
1 parent 17daa7a commit e28c14d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ INTEG_TEST_XDC_ROOT=./host/xdc
INTEG_TEST_XDC_DIR=hostxdc
INTEG_TEST_NDC_ROOT=./host/ndc
INTEG_TEST_NDC_DIR=hostndc
OPT_OUT_TEST=./bench/% ./canary/%
OPT_OUT_TEST=

TEST_TIMEOUT ?= 20m
TEST_ARG ?= -race $(if $(verbose),-v) -timeout $(TEST_TIMEOUT)
Expand Down
2 changes: 1 addition & 1 deletion canary/workflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func (s *workflowTestSuite) TestSanityWorkflow() {

func (s *workflowTestSuite) TestLocalActivityWorkflow() {
s.env.OnActivity(getConditionData).Return(int32(20), nil).Once()
s.env.ExecuteWorkflow(localActivityWorkfow)
s.env.ExecuteWorkflow(localActivityWorkfow, time.Now().UnixNano())
s.True(s.env.IsWorkflowCompleted())
s.NoError(s.env.GetWorkflowError())

Expand Down

0 comments on commit e28c14d

Please sign in to comment.