Skip to content

Commit

Permalink
IWF-228: skipping cadence test (#470)
Browse files Browse the repository at this point in the history
Co-authored-by: Katie Atrops <[email protected]>
  • Loading branch information
ktrops and Katie Atrops authored Oct 29, 2024
1 parent 4581e0b commit 2cc3fbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integ/signal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ func TestSignalWorkflowCadence(t *testing.T) {
}

func TestSignalWorkflowNoWorkflowId(t *testing.T) {
if !*temporalIntegTest {
t.Skip()
}
assertions := assert.New(t)
_, closeFunc2 := startIwfServiceWithClient(service.BackendTypeTemporal)
defer closeFunc2()
Expand Down

0 comments on commit 2cc3fbf

Please sign in to comment.