Skip to content

Commit

Permalink
Skip upsert memo integration tests (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigozhou authored Sep 20, 2022
1 parent c1ce1d2 commit 077e261
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2519,6 +2519,7 @@ func (ts *IntegrationTestSuite) TestHeartbeatThrottleDisabled() {
}

func (ts *IntegrationTestSuite) TestUpsertMemoFromNil() {
ts.T().Skip("temporal server 1.18.0 has a bug")
ctx, cancel := context.WithCancel(context.Background())
defer cancel()

Expand Down Expand Up @@ -2571,6 +2572,7 @@ func (ts *IntegrationTestSuite) TestUpsertMemoFromNil() {
}

func (ts *IntegrationTestSuite) TestUpsertMemoFromEmptyMap() {
ts.T().Skip("temporal server 1.18.0 has a bug")
ctx, cancel := context.WithCancel(context.Background())
defer cancel()

Expand Down Expand Up @@ -2624,6 +2626,7 @@ func (ts *IntegrationTestSuite) TestUpsertMemoFromEmptyMap() {
}

func (ts *IntegrationTestSuite) TestUpsertMemoWithExistingMemo() {
ts.T().Skip("temporal server 1.18.0 has a bug")
ctx, cancel := context.WithCancel(context.Background())
defer cancel()

Expand Down

0 comments on commit 077e261

Please sign in to comment.