Skip to content

Commit

Permalink
IWF-274: fix any_timer_signal_test workflow provider checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowers committed Feb 3, 2025
1 parent fc2d5a3 commit 68c4eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integ/any_timer_signal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func TestAnyTimerSignalWorkflowCadence(t *testing.T) {
}

func TestGreedyAnyTimerSignalWorkflowCadence(t *testing.T) {
if !*temporalIntegTest {
if !*cadenceIntegTest {
t.Skip()
}
for i := 0; i < *repeatIntegTest; i++ {
Expand Down Expand Up @@ -83,7 +83,7 @@ func TestAnyTimerSignalWorkflowCadenceContinueAsNew(t *testing.T) {
}

func TestGreedyAnyTimerSignalWorkflowCadenceContinueAsNew(t *testing.T) {
if !*temporalIntegTest {
if !*cadenceIntegTest {
t.Skip()
}
for i := 0; i < *repeatIntegTest; i++ {
Expand Down

0 comments on commit 68c4eb9

Please sign in to comment.